From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Bug if `org-refile-use-outline-path' is set to 'file Date: Thu, 2 Apr 2009 09:23:13 +0200 Message-ID: <19EA0B1A-957C-4B60-8741-D2F3345F14C1@gmail.com> References: <87myb0hknz.fsf@thinkpad.tsdh.de> <24B2D0E7-807E-47C3-89C3-8BE9ACC5A38C@gmail.com> <878wmki5j2.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LpHih-0004ek-4h for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 03:52:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpHib-0004cm-Tl for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 03:52:13 -0400 Received: from [199.232.76.173] (port=37213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpHib-0004ch-Cq for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 03:52:09 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:49815) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpHia-0005AD-TE for emacs-orgmode@gnu.org; Thu, 02 Apr 2009 03:52:09 -0400 Received: by ey-out-1920.google.com with SMTP id 13so77055eye.24 for ; Thu, 02 Apr 2009 00:52:08 -0700 (PDT) In-Reply-To: <878wmki5j2.fsf@thinkpad.tsdh.de> 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: Tassilo Horn Cc: emacs-orgmode@gnu.org On Apr 1, 2009, at 8:37 PM, Tassilo Horn wrote: > Carsten Dominik writes: > > Hi Carsten, > >> There are two things to this. >> >> First, there was a bug (now fixed) which caused the file name to show >> up twice, both as part of the outline path, and then behind it in >> parenthesis. >> >> Fixed now. > > Great! > >> The second part of the story is that you have >> org-outline-path-complete-in-steps set to t, which means that the >> first headline level will only show up when you have completed the >> file name. > > Ok, I've set it to nil now, and the completion buffer now shows > > file.org/head1/head2 > > as I like it. Great! > > 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. To me this is how completion works in Emacs - are you using the mouse? - Carsten > > Anyway, I like the way it works now. > > Thanks a lot, Carsten! > Tassilo > -- > Richard Stallman can touch MC Hammer > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode