emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: org-capture: active timestamp in template doesn't seem to


From: Markus Heller
Subject: [Orgmode] Re: org-capture: active timestamp in template doesn't seem to work
Date: Wed, 30 Jun 2010 11:45:25 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5

On 6/30/2010 11:29 AM, Markus Heller wrote:
Hello all,

the following 2 templates yield identical results, although the second
should give date + time according to my understanding.

Of course, I need to correct myself: the *first* template (using %^T) should give date + time, not the second.

(setq org-capture-templates
'(("m" "Meeting" entry (file "h:/org/refile.org")
"* Subject: %^{Subject} \t\t\t:MEETING:\n :PROPERTIES:\n :Created: %U\n
:END:\n When: %^{When}T\n%?"
;; the above template has %^T which should give date + time
;; but it only yields the date
:clock-in t :clock-resume t)
("n" "Meeting" entry (file "h:/org/refile.org")
"* Subject: %^{Subject} \t\t\t:MEETING:\n :PROPERTIES:\n :Created: %U\n
:END:\n When: %^{When}t\n%?"
:clock-in t :clock-resume t)))

Any idea as to why? Or is this a bug?

Thanks
Markus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]