让 org-mode 在 HTML 导出中使用智能引号的最佳方法是什么?
有没有办法使用Smartypants?
我将此添加到我的 .emacs 中,但它不起作用。
(setq org-export-html-special-string-regexps
(cons
'(" \"\\([^\"]+\\)\"" . " “\\1”")
org-export-html-special-string-regexps))