From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: capture template: %& and %! Date: Mon, 5 Jul 2010 15:26:16 +0200 Message-ID: <663AB0AC-A2CA-49B7-AC83-51FA6FA4425F@gmail.com> References: <871vbigozq.fsf@mean.albasani.net> <289FA7F8-7BA0-4016-8946-A179CB6C6B75@gmail.com> <87vd8uf4zx.fsf@mean.albasani.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35396 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVlgk-0005Km-Sc for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 09:26:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVlgj-0000yU-Ss for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 09:26:22 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:39744) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVlgj-0000yM-Ky for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 09:26:21 -0400 Received: by ewy28 with SMTP id 28so1849076ewy.0 for ; Mon, 05 Jul 2010 06:26:20 -0700 (PDT) In-Reply-To: <87vd8uf4zx.fsf@mean.albasani.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Memnon Anon Cc: Org Mode Yes, this was a bug in the docs, thanks. - Carsten On Jul 5, 2010, at 3:18 PM, Memnon Anon wrote: > Carsten Dominik writes: > >> Both are no longer supported. They make no sense with org-capture. >> As you have seen, :immediate-finish replaces %!, and every capture >> process >> makes you go to the target place while editing the entry - just >> try `M-x widen' in a CAPTURE... buffer to see what I mean. > > Okay, exactly what I thought. > Thanks for confirmation. > >> If so, this could be made clearer in the docs, I guess? > > %! immediately store note after completing the template > (skipping the `C-c C-c' that normally triggers storing) > (org-remember only) > %& jump to target location immediately after storing note > (org-remember only) > > Or a simple footnote... > > Memnon > > > > - Carsten