emacs - How to let Org-mode open a link like [[file://file.org]] in current window instead of default in other window? -


i hope use [c-c c-o] open link [[file://filename.org|filename]] in current window, instead of default in other window.

how change org-mode default behavior ?

seems default [c-u c-c c-o] force open link in other window.

and there similar question @ here: how keep emacs org-mode splitting windows?

you need change value of org-link-frame-setup. default value contains cons (file . find-file-other-window). may replace (file . find-file).


Comments