diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 765f23f0..80773141 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -753,9 +753,9 @@ 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 + "* %? %T :PROPERTIES: - :CREATED: %T + :CREATED: %^T :END:")) (add-to-list 'org-capture-templates