From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Miller Subject: Re: Capture to top of tree or file Date: Wed, 8 Feb 2012 07:54:52 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43591) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv73Q-00054X-6w for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 07:55:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rv73J-00085p-Se for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 07:55:20 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:35298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv73J-00085c-Li for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 07:55:13 -0500 Received: by wgbdt13 with SMTP id dt13so349258wgb.30 for ; Wed, 08 Feb 2012 04:55:12 -0800 (PST) In-Reply-To: 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: Jacek Generowicz Cc: emacs-orgmode@gnu.org Try adding ":prepend t" to the properties list in your org-capture-templates variable definition. http://orgmode.org/manual/Template-elements.html#Template-elements -- Jon Miller On Wed, Feb 8, 2012 at 4:01 AM, Jacek Generowicz wrote: > > Hi, > > Is there a way to instruct capture templates to insert the newly > captured item at the top of the target subtree or file? > > Thanks. >