From 1162a67ad4062b53abdb8e2c341412f701a221d2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 31 Jul 2017 13:21:19 +0200 Subject: [PATCH] [Org] Minor update of capture templates --- site-lisp/db-org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 77cdcf3..2b88d84 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -586,7 +586,7 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l? ,(concat "* TODO %^{What}\n" "SCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" - "\n%?")) + "%?")) ("n" "Note" entry (file+olp db/org-default-notes-file "Notes") @@ -635,7 +635,6 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l? entry (file db/org-default-refile-file) ,(concat "* READ %^{Description} :READ:\n" - "DEADLINE: <%(org-read-date nil nil \"+1m\")>\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" "\n%(current-kill 0)") :immediate-finish t)