Add extra spacing also to Org capture template for generic items
Missed that before.
This commit is contained in:
parent
5f33044458
commit
238c8ae0c8
3
init.el
3
init.el
@ -1105,7 +1105,8 @@
|
|||||||
,(concat "* [#B] %^{What}\n"
|
,(concat "* [#B] %^{What}\n"
|
||||||
":PROPERTIES:\n:CREATED: %U\n:END:\n"
|
":PROPERTIES:\n:CREATED: %U\n:END:\n"
|
||||||
"%a\n"
|
"%a\n"
|
||||||
"%?"))
|
"%?")
|
||||||
|
:empty-lines 1)
|
||||||
("n" "Note"
|
("n" "Note"
|
||||||
entry
|
entry
|
||||||
(file db/org-default-refile-file)
|
(file db/org-default-refile-file)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user