From 2bc856618a8d04e4a08d0c204d719e9e5be8176f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 30 Dec 2019 13:25:07 +0100 Subject: [PATCH] Don't automatically clock in when taking notes If this is necessary, clock in separately using the interruption template. However, I have felt that this is rarely useful, to the extend that I haven't used the note capture template just because it disturbs the clock. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 7ebd439..b305af6 100644 --- a/init.el +++ b/init.el @@ -1133,8 +1133,7 @@ With given ARG, display files in `db/important-document-path’." ("n" "Note" entry (file db/org-default-refile-file) - "* %^{About} :NOTE:\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%?" - :clock-in t :clock-resume t) + "* %^{About} :NOTE:\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n%?") ("d" "Date" entry (file db/org-default-refile-file)