localauthor / org-side-tree

Navigate Org-mode outlines in Emacs via side window
GNU General Public License v3.0
40 stars 4 forks source link

Add an option to enable org-side-tree window persistent without being closed by commands like C-x 1 #10

Closed IceAsteroid closed 6 months ago

IceAsteroid commented 6 months ago

Is it a good idea, or just here a 'native' way to do it in emacs?

This is useful when there are several windows opened and when the user hits C-x 1, or a similar command to close all other windows, the org-side-tree can be kept open without the need to open it up again.

I wonder how treemacs or org-sidebar has this feature without being closed by C-x 1.

localauthor commented 6 months ago

Good idea!

This is now implemented, but it is not enabled by default.

To enable, set org-side-tree-no-delete-other-windows to t in your config.

IceAsteroid commented 6 months ago

You're the best, that's wonderful