emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Markus Heller
Subject: [Orgmode] org-capture: active timestamp in template doesn't seem to work
Date: Wed, 30 Jun 2010 11:29:51 -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

Hello all,

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

(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]