RE: help: org-mode menu presence mysteriously disappearing and reappearing when I navigate the document

2024-04-29 Thread Ihor Radchenko
"Cook, Malcolm"  writes:

> Indeed, I am delighted when polymode works in this fashion, as designed.   
> However, I am finding that the menu is changing when I navigate between org 
> headers, such as below when I hit a single down arrow to advance from "** 
> DONE publish help.md markdown as helptext in sidebar" to "** DONE remove 
> custom search builder".
> ...
> Thoughts?

Just that you may try to bisect the config.
https://github.com/Malabarba/elisp-bug-hunter can be helpful.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Re: help: org-mode menu presence mysteriously disappearing and reappearing when I navigate the document

2024-04-28 Thread Ihor Radchenko
"Cook, Malcolm"  writes:

> I have a org document that, when I navigate through it, the org-mode menu 
> disappears and reappears.
> ...
> polymode

This.
Major mode menu is displayed only when the major mode is active, but
polymode will switch the major mode depending on the point location in
the buffer. Most likely, you see the menu disappearing when moving
inside src blocks where polymode activates another major mode.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



help: org-mode menu presence mysteriously disappearing and reappearing when I navigate the document

2024-04-26 Thread Cook, Malcolm
Hiya org-mode-philes,

I have a org document that, when I navigate through it, the org-mode menu 
disappears and reappears.

I am having trouble debugging this or creating a reproducible example and 
welcome any suggestions as to how to do either, or insight into what might be 
going on.

I do use a variety of org-mode extensions and other packages and when I limit 
my init.el to just basic org mode, the problem goes away, so it is obviously 
some interaction.  They include:

org-table-comment
org-special-block-extras 
org-tidy
org-modern
outshine
polymode
and friends...

Thanks for any insights!

~ Malcolm