From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Help using %& in Remember Template Date: Fri, 22 Aug 2008 15:19:39 -0400 Message-ID: <87fxowyi0k.fsf@gollum.intra.norang.ca> References: <48AED9E7.6060505@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWcAo-00049p-Tw for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 15:19:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWcAo-00048k-1O for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 15:19:50 -0400 Received: from [199.232.76.173] (port=46468 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWcAn-00048J-PH for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 15:19:49 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:53192) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWcAn-0006u9-Ij for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 15:19:49 -0400 In-Reply-To: <48AED9E7.6060505@manor-farm.org> (Ian Barton's message of "Fri\, 22 Aug 2008 16\:23\:19 +0100") 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: Ian Barton Cc: emacs-orgmode@gnu.org Ian Barton writes: > Following an earlier thread I am trying to get a remember template to > immediately save and then jump to the stored location. My template looks > like: > > ("Journal" ?j "* %^U :DIARY:\n\n %i%&\n %!" > "~/nfs/firewall/Documents/org/journal.org") > > The problem is that the %& gets inserted literally in the saved note and > emacs doesn't jump to the target. I have experimented with placing %& in > different positions in the template with similar results. Can someone > point out what silly thing I am doing wrong? > > I am using emacs 22.1.1 and org 6.03. This functionality was added in org 6.05. Upgrading to a newer version should fix it. Regards, Bernt