From mboxrd@z Thu Jan 1 00:00:00 1970 From: sergio Subject: Re: fast navigation Date: Sat, 17 Dec 2011 04:31:58 +0400 Message-ID: <4EEBE2FE.2020009@sergio.spb.ru> References: <4EE9F89D.1060301@sergio.spb.ru> <20111215151318.GC12790@soloJazz.com> <4EEA9293.50506@sergio.spb.ru> <874nx15ayq.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbiC2-0006Ls-2z for emacs-orgmode@gnu.org; Fri, 16 Dec 2011 19:32:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbiC1-0005sv-9z for emacs-orgmode@gnu.org; Fri, 16 Dec 2011 19:32:02 -0500 Received: from outerface.net ([195.70.199.109]:49047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbiC1-0005sg-35 for emacs-orgmode@gnu.org; Fri, 16 Dec 2011 19:32:01 -0500 Received: from [188.134.66.115] (port=41111 helo=[192.168.1.35]) by outerface.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RbiBl-0006qj-Gb for emacs-orgmode@gnu.org; Sat, 17 Dec 2011 03:31:45 +0300 In-Reply-To: <874nx15ayq.fsf@ericabrahamsen.net> 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 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. 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? -- sergio.