Marvin Doyley <marvin...@gmail.com> writes:

> (setq org-reverse-note-order t) does not seem to work properly with 
> org-capture-templates
>
> It seems to append my TODO or notes at the end rather at the
> beginning. Does anybody know what I am doing wrong ?

AFAICT, org-reverse-note-order is only used by org-remember and
org-refile. To have notes placed at the top of a file/entry by
org-capture, you need to use the :prepend property in the relevant
capture templates. 

,----[ C-h v org-capture-templates ]
| [snip]
| The rest of the entry is a property list of additional options.  Recognized
| properties are:
| 
|  :prepend            Normally newly captured information will be appended at
|                      the target location (last child, last table line,
|                      last list item...).  Setting this property will
|                      change that.
| [snip]
`----

Best,
Matt

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to