From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: org-refile to top-level heading Date: Tue, 09 Feb 2010 08:45:26 -0500 Message-ID: <871vguy13d.fsf@fastmail.fm> References: <5e3a506e1002090007j6c90c68ercb200b9d1f49ff39@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeqMm-0001Y7-9K for emacs-orgmode@gnu.org; Tue, 09 Feb 2010 08:43:00 -0500 Received: from [199.232.76.173] (port=42900 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeqMl-0001Xj-UC for emacs-orgmode@gnu.org; Tue, 09 Feb 2010 08:42:59 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeqMk-0002M6-LR for emacs-orgmode@gnu.org; Tue, 09 Feb 2010 08:42:59 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:51887) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NeqMk-0002Lj-5x for emacs-orgmode@gnu.org; Tue, 09 Feb 2010 08:42:58 -0500 In-Reply-To: <5e3a506e1002090007j6c90c68ercb200b9d1f49ff39@mail.gmail.com> (Nathaniel Flath's message of "Tue, 9 Feb 2010 03:07:07 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nathaniel Flath Cc: emacs-orgmode@gnu.org Nathaniel Flath writes: > Is there a way to use org-refile to refile an item as a top-level > heading in some file?=C2=A0 Looking into this, there only seems to be a w= ay > 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)=20=20 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