From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: navi-search-and-switch fails Date: Mon, 01 Sep 2014 19:18:01 +0200 Message-ID: <87bnqz45va.fsf@gmail.com> References: <87ha0svf2o.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOVFJ-0003TC-Ld for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 13:18:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOVFD-000175-K3 for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 13:18:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:53384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOVFD-00016w-EL for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 13:18:19 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XOVF9-0004v7-IC for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 19:18:15 +0200 Received: from e178063228.adsl.alicedsl.de ([85.178.63.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 19:18:15 +0200 Received: from tjolitz by e178063228.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2014 19:18:15 +0200 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 Alan Schmitt writes: >> 1. Can you try 'navi-search-and-switch' on an org-mode buffer, with -> >> (eq major-mode 'org-mode), e.g. >> >> ,---- >> | * ORG SCRATCH >> | ** 2nd Level >> | #+BEGIN_SRC emacs-lisp :cache no >> | (+ 2 2) >> | #+END_SRC >> `---- >> >> *Navi* buffer should pop-up, typing 2 should show both headlines. > > Yes, it works with an org file. ok, so navi-mode works >> 2. Is there anything special about the outshine file you used? > > It's an emacs-lisp file. > >> Is it structured with outshine headers? is it emacs-lisp-mode? >> old-school or org-style headers? > > Here is a simple example that fails for me: > > ;; * ORG SCRATCH > ;; ** 2nd Level > (+ 2 2) There is nothing special about this example, it should just work. Does outshine work with that buffer (without navi-mode)? Are the headlines fontified like Org headlines? Can you cycle visibility? Can you call 'M-x outorg-edit-as-org' on a subtree? What does C-h v outline-regexp return? I suspect the problem is in your outshine installation. Does it work otherwise for you? What happens if you call M-x outline-minor-mode again in that example buffer? -- cheers, Thorsten