> 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:
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
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.'"))
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
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