From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Re: Bug if `org-refile-use-outline-path' is set to 'file Date: Thu, 02 Apr 2009 10:02:20 +0200 Message-ID: <87hc17h4ab.fsf@thinkpad.tsdh.de> References: <87myb0hknz.fsf@thinkpad.tsdh.de> <24B2D0E7-807E-47C3-89C3-8BE9ACC5A38C@gmail.com> <878wmki5j2.fsf@thinkpad.tsdh.de> <19EA0B1A-957C-4B60-8741-D2F3345F14C1@gmail.com> 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 1LpHsZ-0004Hx-TR for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 04:02:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpHsV-0004Hl-Bq for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 04:02:27 -0400 Received: from [199.232.76.173] (port=54276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpHsV-0004Hi-6c for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 04:02:23 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:11973) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpHsU-0006Ur-NN for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 04:02:22 -0400 In-Reply-To: <19EA0B1A-957C-4B60-8741-D2F3345F14C1@gmail.com> (Carsten Dominik's message of "Thu, 2 Apr 2009 09:23:13 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: Hi Carsten, >> With this step-wise completion I only get file.org/ but I cannot >> select it. Completing to file.org/ and hitting RET causes a short >> flickering, but no new completion possibilities, e.g. the headlines >> in file.org. > > The idea is not to select it, but to hit TAB to get to the next > completion step. So type a few letters of the file name, TAB to > complete the file name, TAB again to see the top level headings in > that file etc. That's what I'm doing. After I've completed to file.org/ an additional TAB won't add the headings as new completion possibilities, file.org/ is the only one. The same with RET. > To me this is how completion works in Emacs Yes, for me, too. I use ido if it makes a difference, but the refile completions doesn't use it anyway here. To be on the safe side I disabled it when testing and got the same result. > - are you using the mouse? The what?!? ;-) Bye, Tassilo