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
Org-mode allows the user to customize the way the source code edit buffer is opened via org-src-window-setup. Outorg can be seen as org-mode's twin and it would be nice if it would also have a similar behavior when opening the edit buffer.
Right now, outorg will split the current window (if only one window is present) or switch to the buffer in the other window and open the edit buffer there.
So if the user sets org-src-window-setup to current-window outorg is not aware of this and will split the window.
outorg-copy-and-convert is responsible for setting up the edit buffer.
Would it be possible to change
Org-mode allows the user to customize the way the source code edit buffer is opened via
org-src-window-setup
. Outorg can be seen as org-mode's twin and it would be nice if it would also have a similar behavior when opening the edit buffer.Right now, outorg will split the current window (if only one window is present) or switch to the buffer in the other window and open the edit buffer there.
So if the user sets
org-src-window-setup
tocurrent-window
outorg is not aware of this and will split the window.outorg-copy-and-convert
is responsible for setting up the edit buffer.Would it be possible to change
to
?
I think it would be nice for a user to have the same behavior in org-mode and outorg.
The text was updated successfully, but these errors were encountered: