emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] navi-search-and-switch fails


From: Thorsten Jolitz
Subject: Re: [O] navi-search-and-switch fails
Date: Mon, 01 Sep 2014 19:18:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Alan Schmitt <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]