Hi,
On 01/05/2016 05:31 PM, Nicolas Goaziou wrote:
Hello,
Charles Millar <mill...@verizon.net> 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> Location Reason
it now results in
** APPOINTMENT <2016-02-29 Mon (system time when capture made)>
Location Reason
If no duration is given, the date and time as entered into the
template are correctly captured
* APPOINTMENT <2016-02-29 Mon 09:00> Location Reason
Same error if I use 13:00-14:00 or 13:00--14:00 for duration, the
start and end time still results in the system time when I C-c C-c the
capture.
Fixed. Thank you.
Works now. Thank you.