如何让Org-mode在当前窗口中打开[[file://file.org]],而不是其他窗口中的默认链接? [英] How to let Org-mode open a link like [[file://file.org]] in current window instead of default in other window?

查看:107
本文介绍了如何让Org-mode在当前窗口中打开[[file://file.org]],而不是其他窗口中的默认链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望使用 [Cc Co] 打开一个链接,如 [[file://filename.org | filename]] 在当前窗口中,而不是其他窗口中的默认值。

I hope to use [C-c C-o] to open a link like [[file://filename.org|filename]] in current window, instead of the default in other window.

如何更改此组织模式默认行为?

How to change this Org-mode default behavior ?

似乎默认的 [Cu Cc Co] 在其他窗口中强制打开链接。

Seems default [C-u C-c C-o] is force open link in other window.

在这里还有一个类似的问题:如何保持Emacs组织模式不分裂窗口?

And there is a similar question at here: How do I keep Emacs org-mode from splitting windows?

推荐答案

您需要更改 ORG-链路帧设置。缺省值包含cons (file。find-file-other-window)。您可以用(file. find-file)替换它。

You need to change the value of org-link-frame-setup. Default value contains the cons (file . find-file-other-window). You may replace it by (file . find-file).

这篇关于如何让Org-mode在当前窗口中打开[[file://file.org]],而不是其他窗口中的默认链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆