Emacs 使用组织模式控制操作

Emacs 使用组织模式控制操作,emacs,org-mode,Emacs,Org Mode,当我在/abc/hello和-rwxr-xr-x中有python代码并且有[[/abc/hello]]时,我单击链接运行hello代码。我是否可以更改操作,以便编辑并打开编辑器abc/hello文件 我试过这个 (setq org-link-abbrev-alist '( ("edit" . "mate %s"))) 使用[[edit:/abc/hello]],但它不起作用 我也试过file:/abc/hello,但它也不起作用 解决了的 和关闭确认 (setq org-confir

当我在/abc/hello和-rwxr-xr-x中有python代码并且有[[/abc/hello]]时,我单击链接运行hello代码。我是否可以更改操作,以便编辑并打开编辑器abc/hello文件

我试过这个

(setq org-link-abbrev-alist
 '(
    ("edit" . "mate %s")))
使用[[edit:/abc/hello]],但它不起作用

我也试过file:/abc/hello,但它也不起作用

解决了的 和关闭确认

(setq org-confirm-shell-link-function nil)

此时已给我此问题的答案。

请将此答案标记为正确,以便它不会显示在未回答列表中。
(setq org-confirm-shell-link-function nil)