Alan Schmitt <alan.schm...@polytechnique.org> 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