diff --git a/global.org b/global.org index 581ab57..8fcc049 100644 --- a/global.org +++ b/global.org @@ -1529,7 +1529,8 @@ (org-agenda-mode) (setq org-refile-targets '((nil . (:maxlevel . 5)) (org-agenda-files . (:maxlevel . 1)))) - (setq org-refile-use-outline-path t) + (setq org-refile-use-outline-path 'file + org-outline-path-complete-in-steps nil) (setq org-agenda-buffer (current-buffer)) (setq org-agenda-contributing-files nil) (setq org-agenda-columns-active nil)