In my ideal world, every org file could automatically open with a small sidebar always showing where I am, similar to how Typora works, which allows you to select other locations to go to. I'm trying to understand if a package (or package fork) to do this exists. Or any other way to accomplish this goal?
org-panes has several useful qualities:
- Showing you in "sidebars" where you are at all times in a the "main" org buffer.
- Simply bringing you to a particular point in the main buffer when a "sidebar" headline is selected.
- Automatically enabling and disabling "sidebars" as you enter and leave the main buffer (updating the "sidebars" as you switch between org files).
Unfortunately, there doesn't seem to be any way to really disable the extra "contents" buffer.
org-sidebar is much more configurable in useful ways (e.g. in selecting what is visible). However, it doesn't seem to do any of the above, and narrows to a particular headline instead of just moving to it.
Has anyone added org-panes
style functionality to org-sidebar
? (
Or in lieu of that, just remove the content buffer? (I've been surprised to see more generally, that it seems there is no standard way of creating sidebars in emacs that associate with files or filetypes. Perhaps I'm missing something?) Or is there another package that fulfills these criteria?