From a2e6b137ba9cd0b691f6fbd5b693dc5279c0b8f7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 21 Jan 2015 16:42:42 -0800 Subject: [PATCH] Inactive timestamp for created in calendar scheduling. --- dotfiles/emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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