From 5f33044458f8045fe934ac5109b9fae7ed94c674 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 5 Apr 2024 15:36:15 +0200 Subject: [PATCH] Globally deactivate Org refile cache This seems to be fast enough on Windows (and on Linux anyway) and avoids cache invalidation problems. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 6a9af7b..5059b72 100644 --- a/init.el +++ b/init.el @@ -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