forked from colonelpanic/dotfiles
Fix calendar capture template.
This commit is contained in:
parent
90f2c23644
commit
cde4fe24a7
3
init.el
3
init.el
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user