In relation to ideas regarding the use of org-id in Org-roam major redesign, I have a question that I seem unable to solve myself.
Usually, I work with a frame that has two windows. If I use org-open-at-point
on a link that starts with LINK:file:...
the link is open in other-window
, e.g. not the currently active one. This is the desired behaviour.
If, however, I use org-open-at-point
on a link that starts with LINK:id:...
the link is open in current-window
.
Is there a way to change this behaviour via org-link-frame-setup
? Any help here would be greatly appreciated.