From 57f0c7f6a1c3845e9a056d61819b3e4408bd1a5b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 24 Dec 2014 04:16:52 -0500 Subject: [PATCH] Fix calendar capture template. --- dotfiles/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index e8f87173..ed61ecae 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/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")