org mode 会自动使用 latex 语法 将 x_1 解释成 x1, 我现在不想让他这样解释某个符号怎么办??
org-pretty-entities ?
#+OPTIONS: ^:nil
你需要了解 org export settings, 详见The Org Manual.
1 个赞
非常感谢
Toggle TeX-like syntax for sub- and superscripts. If you write ‘^:{}’, ‘a_{b}’ is interpreted, but the simple ‘a_b’ is left as it is ( org-export-with-sub-superscripts
).