From 3bf89dabf4c07c8255f76b093afd2d94e8366cb3 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 3 Apr 2024 00:08:12 -0400 Subject: [PATCH] Finally fixed the annoying refile behavior see this link for an explanation https://www.mail-archive.com/emacs-orgmode@gnu.org/msg12520.html --- global.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)