Nathaniel Flath <flat0...@gmail.com> writes:

> Is there a way to use org-refile to refile an item as a top-level
> heading in some file?  Looking into this, there only seems to be a way
> to file as a subheading.

Yes that is indeed possible with the following settings:

(setq org-outline-path-complete-in-steps t)
(setq org-refile-use-outline-path 'file)  

I believe you'll also need to make sure that you have a (:maxlevel . N)
cons cell in your org-refile-targets setting.

Best,
Matt


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to