org-html-special-string-regexps

org-html-special-string-regexps is a variable defined in `ox-html.el'.
Its value is

(("\\\\-" . "­") ("---\\([^-]\\)" . "—\\1") ("--\\([^-]\\)" . "–\\1") ("\\.\\.\\." . "…"))

  • This variable may be risky if used as a file-local variable.

Documentation:
Regular expressions for special string conversion.