From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-capture equivalent of org-remember's %& ? Date: Sat, 30 Mar 2013 15:44:06 +0100 Message-ID: <87fvzdymkp.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULx0r-0006LA-FA for emacs-orgmode@gnu.org; Sat, 30 Mar 2013 10:44:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULx0q-0002dw-3k for emacs-orgmode@gnu.org; Sat, 30 Mar 2013 10:44:09 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:36491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULx0p-0002dp-Tw for emacs-orgmode@gnu.org; Sat, 30 Mar 2013 10:44:08 -0400 Received: by mail-wg0-f48.google.com with SMTP id m15so1088528wgh.27 for ; Sat, 30 Mar 2013 07:44:07 -0700 (PDT) In-Reply-To: (Adam Spiers's message of "Fri, 29 Mar 2013 15:35:32 +0000") 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: Adam Spiers Cc: emacs-orgmode@gnu.org Hi Adam, Adam Spiers writes: > I'm finally switching from org-remember to org-capture. M-x > org-capture-import-remember-templates works fine except that it > doesn't know how to translate "%&", which causes a jump to the target > location immediately after storing the note. Is there an org-capture > equivalent of org-remember's "%&" ? You can now use :jump-to-captured in your template. Thanks for reporting this regression, -- Bastien