From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renato Subject: help with capture template Date: Wed, 14 Sep 2011 12:58:59 +0200 Message-ID: <20110914125859.03c2d7f7@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3nCj-0007Xa-Cn for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 07:00:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3nCb-0003xG-K2 for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 07:00:33 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:55993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3nCb-0003wz-EU for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 07:00:25 -0400 Received: by wwp14 with SMTP id 14so1641332wwp.30 for ; Wed, 14 Sep 2011 04:00:24 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hello, I have a computer.org file with this structure: * Log ** [2011-09-12 Mon 17:34] update ... ** [2011-09-07 Wed 18:09] update ... ** TODO [2011-09-04 Sun 20:23] nouveau + pm-suspend -> black tty :bug: I've been adding entries manually up to now. However I'd like to use capture to make adding entries easier. I have this template: ("l" "System Log" entry (file+headline "~/Documents/org/computer.org" "Log") "* %U %? \n %i\n") which works, the only problem is that the entry gets added at the *bottom* of the other level 2 headers, while I'd want it to be at the top (such that the top entry is the latest date). Any help on how I could modify the template? cheers renato