diff --git a/init.el b/init.el index e8f87173..ed61ecae 100644 --- a/init.el +++ b/init.el @@ -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")