From d258be0f94ce8cd572754bba659ed4d3f878a2d2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 28 Jan 2015 12:44:52 -0800 Subject: [PATCH] name linked capture options properly. --- dotfiles/emacs.d/init.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 33924035..d5e93d74 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -737,7 +737,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." (function org-capture-make-todo-template))) (add-to-list 'org-capture-templates - `("t" "GTD Todo" entry (file+headline ,org-gtd-file "Tasks") + `("t" "Linked GTD Todo" entry (file+headline ,org-gtd-file "Tasks") (function org-capture-make-linked-todo-template))) (add-to-list 'org-capture-templates @@ -749,9 +749,12 @@ the same tree node, and the headline of the tree node in the Org-mode file." :END:")) (add-to-list 'org-capture-templates - `("y" "Calendar entry" entry + `("y" "Linked Calendar entry" entry (file+headline ,org-calendar-file "Personal") - "* %? %A")) + "* %? %A %T + :PROPERTIES: + :CREATED: %U + :END:")) (add-to-list 'org-capture-templates `("h" "Habit" entry (file+headline ,org-habits-file "Habits")