From 97814ff9882ca045982a7d2805264026df83ec2d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 25 May 2020 20:21:15 +0200 Subject: [PATCH] Cache refile targets --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 1e78e9d..f3b6d11 100644 --- a/init.el +++ b/init.el @@ -819,6 +819,7 @@ With given ARG, display files in `db/important-document-path’." (setq org-refile-targets '((org-agenda-files . (:maxlevel . 9)) (nil . (:maxlevel . 9))) org-refile-use-outline-path 'file + org-refile-use-cache t org-refile-allow-creating-parent-nodes 'confirm org-indirect-buffer-display 'current-window org-outline-path-complete-in-steps nil