Inactive timestamp for created in calendar scheduling.

This commit is contained in:
Ivan Malison 2015-01-21 16:42:42 -08:00
parent f07e88ceb8
commit a2e6b137ba

View File

@ -753,9 +753,9 @@ the same tree node, and the headline of the tree node in the Org-mode file."
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates
`("c" "Calendar entry" entry `("c" "Calendar entry" entry
(file+headline ,org-calendar-file "Personal") (file+headline ,org-calendar-file "Personal")
"* %? %^T "* %? %T
:PROPERTIES: :PROPERTIES:
:CREATED: %T :CREATED: %^T
:END:")) :END:"))
(add-to-list 'org-capture-templates (add-to-list 'org-capture-templates