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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to