From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Westlake" Subject: Problems with refiling Date: Tue, 17 Feb 2009 17:19:45 +0000 Message-ID: <1234891185.7099.1300889209@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZTbo-0006pr-UI for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 12:19:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZTbn-0006oD-31 for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 12:19:48 -0500 Received: from [199.232.76.173] (port=59657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZTbm-0006o8-T7 for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 12:19:46 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:36514) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZTbm-0006we-Ml for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 12:19:46 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 34094298A7A for ; Tue, 17 Feb 2009 12:19:45 -0500 (EST) Content-Disposition: inline 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 If I switch org-outline-path-complete-in-steps on, refiling breaks. How it breaks depends on org-refile-use-outline-path: Yes: Top level headlines are available, nothing else. Not: Same. Start with file: only the files are listed. The headline doesn't move. In the completion window, entries with sub-headlines appear in blue, but I can't find a way to get to the sub-headlines. What am I missing? org-refile-targets is ((org-agenda-files :maxlevel . 3) (nil :maxlevel . 3)) So I would expect to see headlines down to level 3. Peter.