Fix calendar capture template.

This commit is contained in:
Ivan Malison 2014-12-24 04:16:52 -05:00
parent 90f2c23644
commit cde4fe24a7

View File

@ -646,7 +646,8 @@ The current directory is assumed to be the project's root otherwise."
(add-to-list 'org-capture-templates
`("c" "Calendar entry" entry
(file+headline ,org-calendar-file "Personal")))
(file+headline ,org-calendar-file "Personal")
"* %?"))
(add-to-list 'org-capture-templates
`("h" "Habit" entry (file+headline ,org-habits-file "Habits")