From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: fast navigation Date: Sun, 18 Dec 2011 23:54:57 +0800 Message-ID: <87wr9tzxgu.fsf@ericabrahamsen.net> References: <4EE9F89D.1060301@sergio.spb.ru> <20111215151318.GC12790@soloJazz.com> <4EEA9293.50506@sergio.spb.ru> <874nx15ayq.fsf@ericabrahamsen.net> <4EEBE2FE.2020009@sergio.spb.ru> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcJ5F-000811-0v for emacs-orgmode@gnu.org; Sun, 18 Dec 2011 10:55:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcJ5E-0005kh-69 for emacs-orgmode@gnu.org; Sun, 18 Dec 2011 10:55:29 -0500 Received: from lo.gmane.org ([80.91.229.12]:55599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcJ5D-0005kd-W5 for emacs-orgmode@gnu.org; Sun, 18 Dec 2011 10:55:28 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RcJ5C-0000yi-Jl for emacs-orgmode@gnu.org; Sun, 18 Dec 2011 16:55:26 +0100 Received: from 125.33.18.203 ([125.33.18.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 Dec 2011 16:55:26 +0100 Received: from eric by 125.33.18.203 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 18 Dec 2011 16:55:26 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Sat, Dec 17 2011, sergio wrote: > On 12/16/2011 09:42 AM, Eric Abrahamsen wrote: > >> What is your `org-goto-interface'? I've got mine set to >> outline-path-completion, and I think it does what you want. > > Thank you! That's what I want. > > But there is a bug. It doesn't complete headline (and doesn't goto if > type it manually) which I stay on. Yeah, I think it always starts completion from the top level, no matter where you are. I wouldn't call it a bug, exactly -- what if you wanted to jump from a sublevel up to a top-level heading? I also use the ido completion engine for org-related stuff (`org-completion-use-ido' set to t), which means that jumping from anywhere to anywhere is fairly easy. Maybe give that a shot? > For example: > > * a > * b > ** d > *** e > * c > > If cursor is on b I can't goto d and e. If cursor is on d I can't goto > e. > > Could anybody confirm this bug. Or it's my wrong config? > Should I report this bug? -- GNU Emacs 24.0.92.1 (i686-pc-linux-gnu, GTK+ Version 2.24.6) of 2011-12-07 on pellet Org-mode version 7.8.02 (release_7.8.02.8.g8fb0)