From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: question about refiling Date: Sun, 06 Mar 2011 01:35:15 +0100 Message-ID: <87lj0tf5mk.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=58633 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw1wV-0008Sy-V4 for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 19:35:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pw1wU-0000qp-RD for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 19:35:27 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:58076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pw1wU-0000qb-Kd for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 19:35:26 -0500 Received: by wwj40 with SMTP id 40so3366663wwj.30 for ; Sat, 05 Mar 2011 16:35:25 -0800 (PST) In-Reply-To: (Filippo A. Salustri's message of "Mon, 28 Feb 2011 09:03:48 -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: "Filippo A. Salustri" Cc: emacs-orgmode@gnu.org Hi Filippo, "Filippo A. Salustri" writes: > I'm running the Feb 23 nightly snapshot of org on the current > Aquamacs on MacOS (also current).  The question is this: it seems > that even with org-refile-use-outline-path set to full-file-path I > can't refile things to other files.  If I try, I get the following in > the minibuffer: > Refile to: \Users\fil\Dropbox\org\Journal.org/ > and can then get the headings etc by hitting Tab. > > But I can change neither the file (Journal.org) nor the path. 'full-file-path just tells how to *display* the refile targets, not how to build the list of possible targets. See `org-refile-targets' for details on how to build the list of possible targets. HTH, -- Bastien