ENH include root paths in refile targets

This commit is contained in:
Nathan Dwarshuis 2021-02-23 12:31:01 -05:00
parent c050defa0e
commit 24e02935a9
1 changed files with 1 additions and 1 deletions

View File

@ -2098,7 +2098,7 @@ Refile (like capture) should be fast, and I search all org file simultaneously u
("~/Org/reference/idea.org" :maxlevel . 9)
("~/Org/reference/questions.org" :maxlevel . 9)
(org-agenda-files :maxlevel . 9))
org-refile-use-outline-path t
org-refile-use-outline-path 'file
org-outline-path-complete-in-steps nil
org-refile-allow-creating-parent-nodes 'confirm
org-indirect-buffer-display 'current-window)