Fix calendar capture template.

This commit is contained in:
Ivan Malison 2014-12-24 04:16:52 -05:00
parent a7251f286c
commit 57f0c7f6a1

View File

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