From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: org-remember -> org-capture: "%&" functionality Date: Fri, 03 Feb 2012 15:18:47 -0300 Message-ID: <4f2c250c.14d1640a.1529.ffff8b66@mx.google.com> References: <4F2BFE28.1010901@os.inf.tu-dresden.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtNit-00054Z-Mz for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 13:19:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtNio-000570-25 for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 13:18:59 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:38191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtNin-00056u-UO for emacs-orgmode@gnu.org; Fri, 03 Feb 2012 13:18:54 -0500 Received: by ghrr18 with SMTP id r18so2218771ghr.0 for ; Fri, 03 Feb 2012 10:18:53 -0800 (PST) In-Reply-To: <4F2BFE28.1010901@os.inf.tu-dresden.de> 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: Martin Pohlack Cc: org-mode I don't know if such a feature exists for the capture template, but after you captured an item you can use "C-u C-u C-c c" (supposing "C-c c" is your key-binding for org-capture) to go to the captured item location. The same feature exists for refiled notes. I use this a lot and I find it more useful then specifying this behaviour in the capture template. -- Darlan At Fri, 03 Feb 2012 16:32:56 +0100, Martin Pohlack wrote: > > Hi, > > org-remember templates could contain a "%&" to "jump to target location > immediately after storing note". > > I can't find a similar thing for org-capture. Is there a trick / > official way to achieve a similar effect with org-capture? > > I like to tweak some entry in their context after capturing. > > Thanks, > Martin >