diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 3609ea21..48b7097c 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -810,18 +810,20 @@ the same tree node, and the headline of the tree node in the Org-mode file." (add-to-list 'org-capture-templates `("c" "Calendar entry" entry (file+headline ,org-calendar-file "Personal") - "* %? %^T + "* %? :PROPERTIES: :CREATED: %U - :END:")) + :END: +%^T")) (add-to-list 'org-capture-templates `("y" "Linked Calendar entry" entry (file+headline ,org-calendar-file "Personal") - "* %? %A %^T + "* %? %A :PROPERTIES: :CREATED: %U - :END:")) + :END: +%^T")) (add-to-list 'org-capture-templates `("h" "Habit" entry (file+headline ,org-habits-file "Habits")