emacs - 如何转义组织模式链接内的特殊符号

标签 emacs escaping org-mode

org-mode 的链接格式如下:

[[<file-name>::<text-to-search>][<link text>]]

如果 <text-to-search> 我该怎么办包含“]”符号?像这样:

$form['input']

最佳答案

特殊符号必须进行 URL 编码:我们应该编写 %5B] -> %5D<,而不是 [/:

[[<file-name>::$form%5B%27input%27%5D][<link text>]]

关于emacs - 如何转义组织模式链接内的特殊符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25808761/

相关文章:

emacs - 如何避免 emacs 宏中急切的宏扩展失败?

emacs - 如何在 Emacs 中找到系统的显示尺寸?

emacs - 导出到 HTML 时使 Org 忽略下划线

emacs - 在 Emacs 组织模式中转义字符

emacs - [组织模式] : repeating task in every Mon, 周三、周五 18 点 :00, 需要有关 sexp 的帮助

emacs - 用于清理 LaTeX 代码的 Elisp 宏

emacs - Emacs 可以支持项目吗?

escaping - 从 sh : Escaping 中生成 sh 代码

php - 解释单引号字符串中的转义字符

html - Elm - 不要转义 html 字符串