From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aankhen Subject: Re: Bug: Missing prompt label in capture template expansion Date: Mon, 7 Mar 2011 02:03:46 +0530 Message-ID: References: <87bp1om7sc.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=40682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwLHY-0003l8-FA for emacs-orgmode@gnu.org; Sun, 06 Mar 2011 16:14:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwKeV-0002WA-0M for emacs-orgmode@gnu.org; Sun, 06 Mar 2011 15:34:08 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:46828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwKeU-0002W6-UM for emacs-orgmode@gnu.org; Sun, 06 Mar 2011 15:34:06 -0500 Received: by vxc38 with SMTP id 38so4094863vxc.0 for ; Sun, 06 Mar 2011 12:34:06 -0800 (PST) In-Reply-To: <87bp1om7sc.wl%dmaus@ictsoc.de> 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: David Maus , Org-mode ml On Sun, Mar 6, 2011 at 23:48, David Maus wrote: > At Fri, 25 Feb 2011 12:41:34 +0530, > Aankhen wrote: >> >> STEPS TO REPRODUCE: >> 1. Add this to the list of capture templates: >> =C2=A0 =C2=A0 ("t" "Test" entry (file "z:/Temp/t.org") >> =C2=A0 =C2=A0 =C2=A0"*** TODO %^{Foo} [[bar:%^{Bar}][Bar]]") >> 2. Run org-capture. >> 3. Fill in a value for =E2=80=9CFoo=E2=80=9D when prompted and press Ent= er. >> >> EXPECTED RESULTS: >> Prompted for second value, with label =E2=80=9CBar=E2=80=9D. >> >> ACTUAL RESULTS: >> Prompted for second value, with label =E2=80=9C =E2=80=9D (single space)= . >> >> NOTES: > > I think this should be fixed now by aa946f224da7522728cc1703bca75e4af7636= fc9 Confirmed, I can no longer reproduce it either. Aankhen