org-export-smart-quotes-regexps
org-export-smart-quotes-regexps is a variable defined in `
ox.el
'.
Its value is
("\\`\\([\"']\\)\\(\\w\\|\\s.\\|\\s_\\|\\s(\\)" "\\`\\([\"']\\)\\(\\s-\\|\\s)\\|\\s.\\)" "\\`\\('\\)\\S-" "\\(?:\\s-\\|\\s(\\)\\([\"']\\)\\(?:\\w\\|\\s.\\|\\s_\\)" "\\(?:\\w\\|\\s.\\|\\s_\\)\\([\"']\\)\\(?:\\s-\\|\\s)\\|\\s.\\)" "\\S-\\('\\)\\S-" "\\(?:\\s-\\|\\s(\\)\\([\"']\\)\\'" "\\(?:\\w\\|\\s.\\|\\s_\\)\\([\"']\\)\\'" "\\S-\\('\\)\\'")
- This variable may be risky if used as a file-local variable.
Documentation:
List of regexps matching a quote or an apostrophe.
In every regexp, quote or apostrophe matched is put in group 1.