Alexandros Prekates <[email protected]> writes: > I have a frame with various windows. > ... > 1. I follow a internal link [[Buffer:Zed HeadingA][zeddesc]] in Win:A , > Buffer:Foo with ‘C-c C-o’(‘org-open-at-point’) > ... > > I dont like how 'org-open-at-point' will brake my established > window-buffer relation . > > How can i control in step 2 in which window or frame the link will be > opened. And again in returning (step3) 'org-mark-ring-goto’ return in > the new (taken) window.
These two behaviors are hard-coded in `org-mark-ring-goto' and `org-link-open'. Maybe that can be made customizable, but that would require someone submitting a patch. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
