Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel - 238c8ae0c8
Add extra spacing also to Org capture template for generic items
Missed that before.
2024-04-05 15:37:33 +02:00
Daniel - 5f33044458
Globally deactivate Org refile cache
This seems to be fast enough on Windows (and on Linux anyway) and avoids
cache invalidation problems.
2024-04-05 15:36:15 +02:00
1 changed files with 3 additions and 2 deletions

View File

@ -689,7 +689,7 @@
(nil . (:maxlevel . 9))
(db/org-default-notes-file . (:maxlevel . 9)))
org-refile-use-outline-path 'buffer-name
org-refile-use-cache t
org-refile-use-cache nil
org-refile-allow-creating-parent-nodes 'confirm
org-indirect-buffer-display 'current-window
org-outline-path-complete-in-steps nil
@ -1105,7 +1105,8 @@
,(concat "* [#B] %^{What}\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"%a\n"
"%?"))
"%?")
:empty-lines 1)
("n" "Note"
entry
(file db/org-default-refile-file)