From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Re: Seeking further clarification of org-refile-targets variable Date: Thu, 18 Dec 2008 08:25:56 -0600 Message-ID: References: <200812180627.mBI6RfNi009606@mail01.syd.optusnet.com.au> <87myetoa4g.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDJpB-00055T-00 for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 09:26:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDJp8-000514-SX for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 09:26:00 -0500 Received: from [199.232.76.173] (port=39539 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDJp8-00050l-Pb for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 09:25:58 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:52052) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDJp8-00028U-IH for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 09:25:58 -0500 In-Reply-To: <87myetoa4g.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Thu\, 18 Dec 2008 09\:01\:35 -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: Bernt Hansen Cc: emacs-orgmode@gnu.org, charles_cave@optusnet.com.au Hi Bernt, Bernt Hansen writes: > Charles Cave writes: > > I have this value set as follows: > > ,---- > | org-refile-targets is a variable defined in `org.el'. > | Its value is > | ((org-agenda-files :level . 1) > | (nil :level . 1)) > `---- > > where: > > (org-agenda-files :level . 1) specifies all level 1 targets in all > of my org files listed in > org-agenda-files > > (nil :level . 1) specifies all level 1 files in the > current buffer > > Sometimes I work in org-files which are not part of my > org-agenda-files list and I want to be able to refile to level 1 targets > in that file too. I hadn't realized one could mix and match refile targets. This is very nice. Thanks for the clarification. Matt