html导出选项不在emacs组织模式下压缩多个空格

Kar*_*ran 7 emacs export org-mode

在org-mode中进行html-export时,多个空格被压缩到一个空格.有没有办法更改此默认行为.(我不希望用nbsp替换额外的空格)

phi*_*ils 3

我刚刚对此进行了测试,并且 org-mode 在使用org-export-as-html.

当然,Web 浏览器在渲染 HTML 时折叠空白。

我建议您查看white-spaceCSS 属性(该pre-wrap值可能是您想要的),以及 Org Mode 对导出 HTML 中 CSS 的支持:
M-: (info "(org) CSS support") RET