From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: org-capture equivalent of org-remember's %& ? Date: Sat, 30 Mar 2013 16:09:36 +0000 Message-ID: References: <87fvzdymkp.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULyLb-0001xq-K6 for emacs-orgmode@gnu.org; Sat, 30 Mar 2013 12:09:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULyLZ-0002cA-VS for emacs-orgmode@gnu.org; Sat, 30 Mar 2013 12:09:39 -0400 Received: from mail-ve0-f170.google.com ([209.85.128.170]:62011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULyLZ-0002a4-QH for emacs-orgmode@gnu.org; Sat, 30 Mar 2013 12:09:37 -0400 Received: by mail-ve0-f170.google.com with SMTP id 15so1376216vea.15 for ; Sat, 30 Mar 2013 09:09:37 -0700 (PDT) In-Reply-To: <87fvzdymkp.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Bastien, You are amazing. That is all. :) Greetings from the awesome #emacsconf, Adam On 30 March 2013 14:44, Bastien wrote: > 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