From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Bug if `org-refile-use-outline-path' is set to 'file Date: Wed, 01 Apr 2009 09:56:16 +0200 Message-ID: <87myb0hknz.fsf@thinkpad.tsdh.de> 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 1LovJJ-0006Xe-Os for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 03:56:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LovJG-0006Uj-1y for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 03:56:33 -0400 Received: from [199.232.76.173] (port=41401 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LovJF-0006Ua-QJ for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 03:56:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]:49040) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LovJF-0002Xf-Fh for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 03:56:29 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LovJE-0005BR-Mp for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 03:56:28 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LovJC-0002Iu-Vw for emacs-orgmode@gnu.org; Wed, 01 Apr 2009 07:56:27 +0000 Received: from xsan2.uni-koblenz.de ([141.26.64.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Apr 2009 07:56:26 +0000 Received: from tassilo by xsan2.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Apr 2009 07:56:26 +0000 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: emacs-orgmode@gnu.org Hi all, the docs state: ,----[ C-h v org-refile-use-outline-path RET ] | org-refile-use-outline-path is a variable defined in `org.el'. | Its value is t | | Documentation: | Non-nil means, provide refile targets as paths. | So a level 3 headline will be available as level1/level2/level3. | When the value is `file', also include the file name (without directory) | into the path. When `full-file-path', include the full file path. `---- With the current setting t I get completions like head1/head2 (file1.org) which is nice, but I'd prefer file1.org/head1/head2 To me the docs sound like 'file would do that and the customize option strengthen this by saying "Start with file". Unfortunately, then I get completions like file1.org/ (file1.org) with no headlines at all. I'm using a current git version on Emacs 23. Bye, Tassilo