alphapapa / org-sidebar

A helpful sidebar for Org mode
GNU General Public License v3.0
527 stars 16 forks source link

org-sidebar-tree "follow" behaviour only working with mouse #39

Closed AtomicNess123 closed 3 years ago

AtomicNess123 commented 3 years ago

Hi!

Regarding Org-sidebar-tree, I notice that on my Emacs the keyboard movement through the tree headlines does not update the org buffer. Only when using the mouse cursor it does (when clicking, not when navigating with keyboard). Is this the expected behaviour?

alphapapa commented 3 years ago

Please see https://github.com/alphapapa/org-sidebar/blob/67fe1b5c6c879e14d34c34eec2190e9719046b6c/org-sidebar.el#L370

AtomicNess123 commented 3 years ago

I see now! Thanks. The problem is that when using ENTER, it jumps to the original entry. Is there a way to "follow" without jumping to the original entry?

alphapapa commented 3 years ago

I don't understand what you mean. Please explain.

AtomicNess123 commented 3 years ago

When I am in the org-sidebar, I move up and down with the keyboard. When I want to update my org file on the right of the sidebar to point to where I am on the org-sidebar, I press ENTER. But then the cursor jumps to the org buffer on the right. Is it possible that I stay on the org-sidebar while having a peek at the contents on the org buffer on ther right? Hope I made myself understood. English is not my native language.

alphapapa commented 3 years ago

Such a command is not currently implemented.