mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(org): allow refiling to top level
Allow +org/refile-to-current-file to file to top level. Fix: #5272
This commit is contained in:
committed by
Henrik Lissner
parent
20381dea16
commit
ed85328f57
@ -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)))
|
||||
|
Reference in New Issue
Block a user