Remove some unnecessary empty lines in capture templates

This commit is contained in:
Daniel - 2022-08-28 10:12:43 +02:00
parent c174080d4a
commit 63a03f0038
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 2 deletions

View File

@ -1256,14 +1256,14 @@ respectively."
entry
(file db/org-default-refile-file)
"* GOTO [#B] %^{What} :DATE:\n%^{When}t\n%a%?"
:empty-lines-after 1)
:empty-lines-after 0)
("i" "Interruptions"
entry
(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%?")
:clock-in t :clock-resume t :empty-lines-after 1)
:clock-in t :clock-resume t :empty-lines-after 0)
("r" "respond"
entry
(file db/org-default-refile-file)