在HTML导出中使用智能引号获取组织模式的最佳方法是什么?
有没有办法使用Smartypants?
我将此添加到我的.emacs但它不起作用。
(setq org-export-html-special-string-regexps
(cons
'(" \"\\([^\"]+\\)\"" . " “\\1”")
org-export-html-special-string-regexps))
答案 0 :(得分:0)
将其添加到您的Emacs配置文件中:
(setq org-export-with-smart-quotes t)