diff --git a/modules/lang/org/autoload/org-refile.el b/modules/lang/org/autoload/org-refile.el index 28bd28bb4..87365aa39 100644 --- a/modules/lang/org/autoload/org-refile.el +++ b/modules/lang/org/autoload/org-refile.el @@ -8,7 +8,7 @@ If prefix ARG, copy instead of move." (interactive "P") (let ((org-refile-targets `((,file :maxlevel . 10))) - (org-refile-use-outline-path t) + (org-refile-use-outline-path 'file) (org-refile-keep arg) current-prefix-arg) (call-interactively #'org-refile)))