Globally deactivate Org refile cache

This seems to be fast enough on Windows (and on Linux anyway) and avoids
cache invalidation problems.
This commit is contained in:
Daniel Borchmann 2024-04-05 15:36:15 +02:00
parent 1f348e256d
commit 5f33044458
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

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