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.
This commit is contained in:
Daniel - 2021-10-16 10:32:48 +02:00
parent aae46c2b0e
commit 6277e0b104
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 12 deletions

13
init.el
View File

@ -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