You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imenu-list tries to update the index only if the cursor has moved since the last update (see imenu-list-update), but for some reason in the scenario of promoting/demoting a heading imenu-list thinks that the cursor didn't move (location and imenu-list--last-location are equal). I'm not sure when I'll have time to debug and fix this, so I'm leaving it as a known issue for now.
I can venture a guess that if both are markers, they are both moved in the
same way (promoting/demoting only removes/adds a star at the beginning of
line).
Perhaps we need some mode-specific indication of change as well...
The following actions on orgmode headers are reflected in ilist immediately:
But the following is not reflected:
imenu-list ;; Version: 0.8
The text was updated successfully, but these errors were encountered: