From cb081e22b5b77568c832364acfc6384a8d26a571 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 29 Aug 2020 12:19:16 +0200 Subject: [PATCH] Revert "Remove obsolete note taking capture template" We may need this for fleeting notes. See https://blog.jethro.dev/posts/how_to_take_smart_notes_org/. This reverts commit 20176badc73f7cd7d9b12919d781d1d9bdb876dc. --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 433697a..fb58dbe 100644 --- a/init.el +++ b/init.el @@ -1090,6 +1090,10 @@ With given ARG, display files in `db/important-document-path’." "SCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" "\n%?")) + ("n" "Note" + entry + (file db/org-default-refile-file) + "* %^{About} :NOTE:\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%?") ("d" "Date" entry (file db/org-default-refile-file)