[O] Re: [Orgmode] Bug: Missing prompt label in capture template expansion

2011-03-06 Thread David Maus
At Fri, 25 Feb 2011 12:41:34 +0530,
Aankhen wrote:
 
 STEPS TO REPRODUCE:
 1. Add this to the list of capture templates:
 (t Test entry (file z:/Temp/t.org)
  *** TODO %^{Foo} [[bar:%^{Bar}][Bar]])
 2. Run org-capture.
 3. Fill in a value for “Foo” when prompted and press Enter.
 
 EXPECTED RESULTS:
 Prompted for second value, with label “Bar”.
 
 ACTUAL RESULTS:
 Prompted for second value, with label “ ” (single space).
 
 NOTES:

I think this should be fixed now by aa946f224da7522728cc1703bca75e4af7636fc9

commit aa946f224da7522728cc1703bca75e4af7636fc9
Author: Puneeth Chaganti puncha...@gmail.com
Commit: Bastien Guerry b...@altern.org

Bugfix with interactive prompt in templates expansion.

* org-capture.el (org-capture-fill-template): fix bug with
the display of interactive prompt in templates expansion.

I couldn't reproduce it with a current master.

Best,
  -- David
-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@ictsoc.de


pgpNUAcIHIwII.pgp
Description: PGP signature


[O] Re: [Orgmode] Bug: Missing prompt label in capture template expansion

2011-03-06 Thread Aankhen
On Sun, Mar 6, 2011 at 23:48, David Maus dm...@ictsoc.de wrote:
 At Fri, 25 Feb 2011 12:41:34 +0530,
 Aankhen wrote:

 STEPS TO REPRODUCE:
 1. Add this to the list of capture templates:
     (t Test entry (file z:/Temp/t.org)
      *** TODO %^{Foo} [[bar:%^{Bar}][Bar]])
 2. Run org-capture.
 3. Fill in a value for “Foo” when prompted and press Enter.

 EXPECTED RESULTS:
 Prompted for second value, with label “Bar”.

 ACTUAL RESULTS:
 Prompted for second value, with label “ ” (single space).

 NOTES:

 I think this should be fixed now by aa946f224da7522728cc1703bca75e4af7636fc9

Confirmed, I can no longer reproduce it either.

Aankhen