From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Remember put new item in the top of the list Date: Sat, 24 Oct 2009 14:24:18 +0200 Message-ID: References: <1e5bcefd0910231439h5173638fpe6e22593c6f387d@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1ffX-00025p-8N for emacs-orgmode@gnu.org; Sat, 24 Oct 2009 08:24:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1ffS-00023L-Oh for emacs-orgmode@gnu.org; Sat, 24 Oct 2009 08:24:26 -0400 Received: from [199.232.76.173] (port=54478 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1ffS-00023C-AO for emacs-orgmode@gnu.org; Sat, 24 Oct 2009 08:24:22 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:60656) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1ffS-0004y9-0E for emacs-orgmode@gnu.org; Sat, 24 Oct 2009 08:24:22 -0400 Received: by ewy28 with SMTP id 28so3757147ewy.42 for ; Sat, 24 Oct 2009 05:24:21 -0700 (PDT) In-Reply-To: <1e5bcefd0910231439h5173638fpe6e22593c6f387d@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcelo de Moraes Serpa Cc: Org Mode 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