From 6277e0b10475cfe59aab87887be406232f942ed4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 16 Oct 2021 10:32:48 +0200 Subject: [PATCH] Removed capture templates that add stuff to the current clock Those things are added at the end of the LOGBOOK, instead of at the beginning. This does not help, I would rather like to have those things being added as if I would have taken a note on the currently clocked-in task. Indeed, this is what I have been doing instead of using those capture template, which is why this commit removes them. --- init.el | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/init.el b/init.el index b3670ee..fa637a4 100644 --- a/init.el +++ b/init.el @@ -1199,18 +1199,7 @@ ("s" "Code Snippet" entry (file db/org-default-refile-file) - "* %?\n%(db/org-capture-code-snippet \"%F\")") - ;; http://www.howardism.org/Technical/Emacs/capturing-content.html - ("c" "Note for currently clocked in task" - item - (clock) - "%i%?" - :empty-lines 1) - ("K" "Kill-ring to currently clocked in task" - plain - (clock) - "%c" - :immediate-finish t :empty-lines 1))) + "* %?\n%(db/org-capture-code-snippet \"%F\")"))) :config (progn ;; disable usage of helm for `org-capture' (with-eval-after-load 'helm-mode