Re: How to open ID links in a new window?

2021-02-11 Thread Kyle Meyer
aroz...@gmail.com writes: > I would like to open ID links [[id:...]] in a new window. I can make file > links [[file:...]] open in a new window by running (add-to-list > 'org-link-frame-setup '(file . find-file-other-window)), but this doesn't > seem to affect the behavior of ID links. Here's

How to open ID links in a new window?

2021-01-23 Thread arozbiz
I would like to open ID links [[id:...]] in a new window. I can make file links [[file:...]] open in a new window by running (add-to-list 'org-link-frame-setup '(file . find-file-other-window)), but this doesn't seem to affect the behavior of ID links. Thanks, Alan