On Oct 23, 2009, at 11:39 PM, Marcelo de Moraes Serpa wrote:

Hello,

How could I setup org-remember to put the item I collect in the top of the list instead of the bottom?

I have the following code:

(setq org-remember-templates
    '(
("NextAction" ?t "*** TODO %^{Brief Description} %^g\n%? \nAdded: %U" "~/org/gtd/newgtd.org" "*Next Actions*")
     ("Inbox" ?i "\n* %^{topic} %T \n%i%?\n" "~/org/gtd/inbox.org")
("Someday" ?s "\n* %^{topic} %T \n%i%?\n" "~/org/gtd/ someday.org") ;;("WordofDay" ?w "\n* %^{topic} \n%i%?\n" "C:/charles/gtd/ wotd.org")
     ))

For NextAction, I would like them to be placed at the top, is it possible?

Hi,

unfortunately, this is not possible on a per template basis.

I am working on a rewrite for much of the remember functionality, and this will be one of the options.

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Remember: 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