From e48ffbd91101045cdea7cb113b22347fb852d396 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 12 May 2019 18:45:46 -0700 Subject: [emacs] fix a couple templates for org. --- emacs.d/custom/fcuny-org.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs.d/custom/fcuny-org.el') diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index 991e83e..2e73c2d 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -88,7 +88,7 @@ (file+headline ,(concat org-directory "/notes.org") "Event") "* %^{EVENT}\n :PROPERTIES: -:CREATED: %U +:Created: %U :Location: %^{prompt} :END: %?") @@ -97,9 +97,11 @@ (file+headline ,(concat org-directory "/notes.org") "Bookmarks") "* %(fcuny/get-page-title (current-kill 0)) %^g :PROPERTIES: +:Created: %U :ReadLater: %^{read later|Yes|No} :Effort: %^{effort|1:00|0:05|0:15|0:30|2:00|4:00|5:00} -:END:\n") +:END: +%?") ;; templates for personal things only. ("t" "Personal Todo" entry -- cgit 1.4.1