Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-12-26 12:43:06 +01:00
commit 954168565b
1 changed files with 1 additions and 1 deletions

View File

@ -5072,7 +5072,7 @@ If no translation is found, the quote character is left as-is.")
(defconst org-export-smart-quotes-regexps
(list
;; Possible opening quote at beginning of string.
"\\`\\([\"']\\)\\(\\w\\|\\s.\\|\\s_\\)"
"\\`\\([\"']\\)\\(\\w\\|\\s.\\|\\s_\\|\\s(\\)"
;; Possible closing quote at beginning of string.
"\\`\\([\"']\\)\\(\\s-\\|\\s)\\|\\s.\\)"
;; Possible apostrophe at beginning of string.