使 Org 在导出为 HTML 时忽略下划线

发布于 2024-12-19 11:52:13 字数 184 浏览 2 评论 0原文

我使用 Emacs Org-mode 编写一些文档,并描述了一些文件,例如“/path/to/file_blah.conf”。

当我点击 cc ce h 将其中一个文件导出为 HTML 后,该文件中包含 _ 的所有文件名都变成了小下标单词。

如何让 Org-mode 忽略下划线,以便我可以在 HTML 页面上看到文件名?

I use Emacs Org-mode to write some documents, and I describe some files like “/path/to/file_blah.conf”.

After I hit c-c c-e h to export one of those files to HTML, all the filenames in that file containing _ become small subscript words.

How can I make Org-mode ignore the underscores, so that I can see the filenames on the HTML page?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

泛泛之交 2024-12-26 11:52:13

复制为 在 Emacs 中禁用下划线到下标 的Org-Mode 导出

(setq org-export-with-sub-superscripts nil)

.emacs

#+OPTIONS: ^:nil

org 文件中

Duplicated as Disabling underscore-to-subscript in Emacs Org-Mode export

(setq org-export-with-sub-superscripts nil)

in .emacs or

#+OPTIONS: ^:nil

in org file.

感受沵的脚步 2024-12-26 11:52:13

在文件顶部放置以下行并保存。重新打开文件或在该行上抄送抄送

#+OPTIONS: ^:nil

顺便说一句:您的 org-emphasis-alist 中有什么。 Ch v org-emphasis-alist。您可能需要对其进行编辑以获得您喜欢的输出

on top of your file put the following line and save. reopen the file or hit C-c C-c on that line

#+OPTIONS: ^:nil

BTW: what is there in your org-emphasis-alist. C-h v org-emphasis-alist. You might need to edit that to achieve output to your liking

濫情▎り 2024-12-26 11:52:13

另一个解决方案应该是正确标记路径,因此:

Open the file =/path/to/fileA= or ~c:/path/to/fileB~.

Another solution should be to correctly markup the paths, so:

Open the file =/path/to/fileA= or ~c:/path/to/fileB~.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文