semente
semente
It could work as a button too, to open the Weather application.
When i-h-m highlights it changes also the foreground color even when the face is configured to change only the background.
Taking the example presented below, if I don't set `timeline_cf_name` all my Stream feed's column family names are set to "example" by default and because the naming conflict the result...
Something is not working properly when querying activities through CassandraFeed's filter method: ``` python >>> activity = Activity(...) >>> feed = UserFeed(1) >>> feed.add(activity) >>> feed.get_timeline_storage().model.objects.filter(activity_id=activity.serialization_id).allow_filtering().count() 1 >>> feed.filter(activity_id=activity.serialization_id).count() 2...
Currently selectric-mode makes a noise only when you type. Would be great if it also make a (different) noise for when you yank, kill, complete and for any other kind...
Would be interesting if `weblorg-copy-static` could copy things outside a predefined static directory. For instance, I use this in org-publish: ``` ("assets" :base-directory "." :base-extension "jpg\\|png\\|txt\\|sh\\|el" :exclude '("^_" "^[.#]" "~$")...
I like the possibility of using a post title as the slug but it would be great to support the filename as source for the "slugify" function as well. Maybe...
As I mentioned in issue #27, I would to use Org's `[[file:path/to/file.org]]` links to be able to browse Org files in Emacs the same way I would in a web...