emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: org-refile to top-level heading


From: Matt Lundin
Subject: [Orgmode] Re: org-refile to top-level heading
Date: Tue, 09 Feb 2010 08:45:26 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

Nathaniel Flath <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]