From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Help using %& in Remember Template Date: Fri, 22 Aug 2008 16:23:19 +0100 Message-ID: <48AED9E7.6060505@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWYUY-0005vE-Qp for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 11:23:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWYUU-0005tC-7b for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 11:23:58 -0400 Received: from [199.232.76.173] (port=47034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWYUU-0005t9-2Q for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 11:23:54 -0400 Received: from a2s22.a2hosting.com ([69.39.86.130]:45193) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KWYUT-0002W8-Rb for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 11:23:54 -0400 Received: from [217.146.125.41] (helo=firewall.banter.local) by a2s22.a2hosting.com with esmtpa (Exim 4.69) (envelope-from ) id 1KWYUF-0004nk-JD for emacs-orgmode@gnu.org; Fri, 22 Aug 2008 11:23:39 -0400 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 856EE2842E for ; Fri, 22 Aug 2008 16:23:36 +0100 (BST) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R6YCOdE+QCJe for ; Fri, 22 Aug 2008 16:23:19 +0100 (BST) Received: from [192.168.0.8] (unknown [192.168.0.8]) by firewall.banter.local (Postfix) with ESMTP id A5E1E2840C for ; Fri, 22 Aug 2008 16:23:19 +0100 (BST) 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: emacs-orgmode@gnu.org 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. Ian.