From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: capture template: %& and %! Date: Mon, 05 Jul 2010 15:18:14 +0200 Message-ID: <87vd8uf4zx.fsf@mean.albasani.net> References: <871vbigozq.fsf@mean.albasani.net> <289FA7F8-7BA0-4016-8946-A179CB6C6B75@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34569 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVlZ3-0002Ke-Fh for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 09:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVlZ2-00086t-3n for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 09:18:25 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:62172) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVlZ1-00086l-U9 for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 09:18:24 -0400 Received: by bwz9 with SMTP id 9so3491777bwz.0 for ; Mon, 05 Jul 2010 06:18:22 -0700 (PDT) In-Reply-To: <289FA7F8-7BA0-4016-8946-A179CB6C6B75@gmail.com> (Carsten Dominik's message of "Mon, 5 Jul 2010 14:50:20 +0200") 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: Carsten Dominik Cc: Org Mode 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