组织模式:点导出为省略号

Maj*_*ggs 2 org-mode emacs24

当我在 org-mode 8.2.5h 中导出到 ascii 时:

...
Run Code Online (Sandbox Code Playgroud)

导出如下:

Run Code Online (Sandbox Code Playgroud)

我该如何防止?

Jua*_*cho 5

该变量org-export-with-special-strings控制水平省略号和破折号的平移。关闭该变量(例如通过customize-variable)以避免翻译。

要将此设置仅应用于文件或子树,请使用-导出选项

#+OPTIONS: -:nil
Run Code Online (Sandbox Code Playgroud)

受影响的翻译是(从 orgmode 8.2.6 开始):

 Org     HTML     LaTeX    UTF-8 
-----+----------+--------+-------
 \-    ­      \-             
 --    –    --         –   
 ---   —    ---        —   
 ...   …   \ldots     …   
Run Code Online (Sandbox Code Playgroud)