emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] org-capture: active timestamp in template doesn't seem to work
Date: Fri, 2 Jul 2010 09:08:41 +0200

Fixed, thanks.

- Carsten

On Jun 30, 2010, at 8:29 PM, Markus Heller wrote:

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


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

- Carsten






reply via email to

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