From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: org-refile Date: Thu, 3 Jan 2008 10:37:49 +0100 Message-ID: <837CF4CC-7831-4BC4-8ACC-C03FC0820D68@gmail.com> References: <688EB6F7-3B5B-44B7-B60C-01D10922DE70@gmail.com> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAMWS-0006hE-Sk for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 04:37:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAMWQ-0006fv-Pq for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 04:37:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAMWQ-0006fs-E9 for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 04:37:54 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAMWQ-0006jK-2M for emacs-orgmode@gnu.org; Thu, 03 Jan 2008 04:37:54 -0500 Received: by ug-out-1314.google.com with SMTP id a2so2998004ugf.48 for ; Thu, 03 Jan 2008 01:37:53 -0800 (PST) In-Reply-To: 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: Thomas Veulemans Cc: emacs-orgmode@gnu.org On Dec 28, 2007, at 12:29 PM, Thomas Veulemans wrote: > Carsten Dominik gmail.com> writes: > >> Hi Jose, >> > (snip) >> >> In 5.17, you will be able to do this: >> >> (setq org-refile-use-outline-path t) >> >> The refile targets will then be represented by "/"-separated >> paths just like you suggested. >> >> Thanks. >> >> - Carsten > > Hi Carsten, > > First of all, congratulations for this amazing piece of software. > > Regarding the new variable, would it be possible to add an option to > include the > name of the file as the first level of the hierarchy? > > Rationale: my current setup involves several org files, and it would > be great to > be able to first select the file and then apply the logic described > above. Good idea. This will be (setq org-refile-use-outline-path 'file) in the next release (5.18) Thanks. - Carsten