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:
parent
1f348e256d
commit
5f33044458
2
init.el
2
init.el
@ -689,7 +689,7 @@
|
|||||||
(nil . (:maxlevel . 9))
|
(nil . (:maxlevel . 9))
|
||||||
(db/org-default-notes-file . (:maxlevel . 9)))
|
(db/org-default-notes-file . (:maxlevel . 9)))
|
||||||
org-refile-use-outline-path 'buffer-name
|
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-refile-allow-creating-parent-nodes 'confirm
|
||||||
org-indirect-buffer-display 'current-window
|
org-indirect-buffer-display 'current-window
|
||||||
org-outline-path-complete-in-steps nil
|
org-outline-path-complete-in-steps nil
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user