Townk / org-ol-tree

An Org mode outline window that does not use indirect buffers
MIT License
80 stars 4 forks source link

Behavior is inconsistent with split windows #9

Closed mediapathic closed 3 years ago

mediapathic commented 3 years ago

I like to have my working document vertically split with a separate buffer of notes. When I activate a header in the outline, usually both windows get populated with the resulting buffer (bad), sometimes it is one or the other (better, still bad). I'd like to be able to consistently predict this so I can use more than one window in a frame with the outline.

(I recognize that this is probably in the deep dark hole of Emacs Window Positioning Hell, but figured it was worth asking.)

Townk commented 3 years ago

I think I know a way to fix that. Will try to get a patch to it shortly.