Remove whitespace when inserting interrupted task in capture message

Not quite sure whether this is really necessary, but it won't hurt.
This commit is contained in:
Daniel - 2023-03-25 11:09:04 +01:00
parent 7d5c6624e6
commit 90293c7735
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -1352,7 +1352,7 @@ point to the beginning of buffer first."
(file db/org-default-refile-file)
,(concat "* DONE [#B] %^{What}\nCLOSED: %U\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\nInterrupted %(with-temp-buffer (db/org-add-link-to-current-clock) (buffer-string))\n\n%?")
"\nInterrupted %(with-temp-buffer (db/org-add-link-to-current-clock) (string-trim (buffer-string)))\n\n%?")
:clock-in t :clock-resume t :empty-lines-after 0)
("r" "respond"
entry