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? Thanks, Marcelo.