put timestams in body instead of headline of calendar entries.

This commit is contained in:
Ivan Malison 2015-02-05 14:11:42 -08:00
parent 7cdf5f5088
commit 86a9f2812a

View File

@ -810,18 +810,20 @@ the same tree node, and the headline of the tree node in the Org-mode file."
(add-to-list 'org-capture-templates
`("c" "Calendar entry" entry
(file+headline ,org-calendar-file "Personal")
"* %? %^T
"* %?
:PROPERTIES:
:CREATED: %U
:END:"))
:END:
%^T"))
(add-to-list 'org-capture-templates
`("y" "Linked Calendar entry" entry
(file+headline ,org-calendar-file "Personal")
"* %? %A %^T
"* %? %A
:PROPERTIES:
:CREATED: %U
:END:"))
:END:
%^T"))
(add-to-list 'org-capture-templates
`("h" "Habit" entry (file+headline ,org-habits-file "Habits")