Remove seemingly extra blank line after captured interruptions
This commit is contained in:
parent
595ac9e696
commit
f064bf9384
3
init.el
3
init.el
@ -1138,7 +1138,8 @@
|
|||||||
"\nInterrupted %(with-temp-buffer (db/org-add-link-to-current-clock) (string-trim (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-in t
|
||||||
:clock-resume t
|
:clock-resume t
|
||||||
:empty-lines 1)
|
:empty-lines-before 1
|
||||||
|
:empty-lines-after 0)
|
||||||
("r" "Respond"
|
("r" "Respond"
|
||||||
entry
|
entry
|
||||||
(file db/org-default-refile-file)
|
(file db/org-default-refile-file)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user