Re: [Orgmode] Feature request: Visibility cycling with the mouse

2008-12-05 Thread Peter BARABAS
> gpg:D4C8 F73D A000 71C7 44EF 27E6 8982 4991 7126 3CE3 > > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http:

Re: [Orgmode] Publishing my personal website with Org-mode

2008-11-20 Thread Peter BARABAS
me information about them are at http://www.emacswiki.org/emacs/OrgBlog and http://www.emacswiki.org/emacs/Blorg -- '(Yours parenthetically "peter barabas") ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

[Orgmode] Re: Keeping your history for org files

2008-11-15 Thread Peter BARABAS
created on the next hour. If > > nothing changes no commit is created since there is nothing to add. > > I'm using a similar setup, but with a hook: (defun git-commit () (when (eq major-mode 'org-mode) (shell-command "git commit -a -m 'Auto commit.'"))

[Orgmode] Re: agenda-todo format

2006-09-14 Thread Peter BARABAS
Carsten Dominik gmail.com> writes: > > %T is the correct way to display tags in the prefix - currently only on > tag will be shown there. If you want to remove the tags from the end > of the line, take a look at the variable > `org-agenda-remove-tags-when-in-prefix'. Thank you, this is what

[Orgmode] agenda-todo format

2006-09-14 Thread Peter BARABAS
Hello, Is there a way to display the tags of an entry after its category? The default format for this is: (todo . " %-12:c") I tried to put %T into it, but it always prints the tags at the position of org-agenda-align-tags-to-column's value. I cannot find how to disable this align. Also, in