Re: [O] Bug: time duration in capture template broken

2016-01-05 Thread Charles Millar
Hi, On 01/05/2016 05:31 PM, Nicolas Goaziou wrote: Hello, Charles Millar writes: Until recently given the following capture template "* APPOINTMENT %?%^{BeginTimeDuration}T %^{Location} %^{Reason}" When prompted for the BeginTimeDuration and entered 2/29 09:00+1:00, etc would result in

Re: [O] Bug: time duration in capture template broken

2016-01-05 Thread Julien Cubizolles
Nicolas Goaziou writes: > Julien Cubizolles writes: > >> --8<---cut here---start->8--- >> ("t" "todo" entry (fileheadline "~/org/orgfiles/refile.org" "Tâches") >> "* TODO %? %^G\n DEADLINE: %^t" :clock-resume t :kill-buffer >> t)--8<---cut here---

Re: [O] Bug: time duration in capture template broken

2016-01-05 Thread Nicolas Goaziou
Julien Cubizolles writes: > --8<---cut here---start->8--- > ("t" "todo" entry (fileheadline "~/org/orgfiles/refile.org" "Tâches") > "* TODO %? %^G\n DEADLINE: %^t" :clock-resume t :kill-buffer > t)--8<---cut here---end--->8-

Re: [O] Bug: time duration in capture template broken

2016-01-05 Thread Nicolas Goaziou
Hello, Charles Millar writes: > Until recently given the following capture template > > "* APPOINTMENT %?%^{BeginTimeDuration}T %^{Location} %^{Reason}" > > When prompted for the BeginTimeDuration and entered 2/29 09:00+1:00, etc > > would result in > > * APPOINTMENT <2016-02-29 Mon 09:00-10:00

Re: [O] Bug: time duration in capture template broken

2016-01-05 Thread Julien Cubizolles
Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > >> Maybe it's related, but I just noted that the %^G and %^t fields >> %-escapes don't work anymore: they just insert the "%^G" and "%^t" >> strings instead of prompting. > > Could you provide a template where those fail? Sure: -

Re: [O] Bug: time duration in capture template broken

2016-01-05 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > Maybe it's related, but I just noted that the %^G and %^t fields > %-escapes don't work anymore: they just insert the "%^G" and "%^t" > strings instead of prompting. Could you provide a template where those fail? Regards, -- Nicolas Goaziou

Re: [O] Bug: time duration in capture template broken

2016-01-05 Thread Julien Cubizolles
Maybe it's related, but I just noted that the %^G and %^t fields %-escapes don't work anymore: they just insert the "%^G" and "%^t" strings instead of prompting. Julien;

[O] Bug: time duration in capture template broken

2016-01-04 Thread Charles Millar
Until recently given the following capture template "* APPOINTMENT %?%^{BeginTimeDuration}T %^{Location} %^{Reason}" When prompted for the BeginTimeDuration and entered 2/29 09:00+1:00, etc would result in * APPOINTMENT <2016-02-29 Mon 09:00-10:00> Location Reason it now results in ** APPOI