ox: New smart quote algorithm
commita8f8ea8b69a8c484e2ef329397082d7011d0ace2
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 28 Mar 2015 14:08:44 +0000 (28 15:08 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 28 Mar 2015 14:41:46 +0000 (28 15:41 +0100)
treee6234298cb5900648c76f497988f9c76c86ccc00
parent3ece4c5e5e4399b183aecedb346b795dc9a52f34
ox: New smart quote algorithm

* lisp/ox.el (org-export-smart-quotes-alist): Fix indentation.
(org-export-smart-quotes-regexps): Remove variable.
(org-export--smart-quote-status): New function.
(org-export-activate-smart-quotes): Use new function.

* testing/lisp/test-ox.el (test-org-export/activate-smart-quotes):
  Update tests.
lisp/ox.el
testing/lisp/test-ox.el