org-export: Implement a generic smart quote module
commitb2047a2565674bf9a591551b6553fe1567b9c46e
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 25 Oct 2012 21:54:53 +0000 (25 23:54 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 27 Oct 2012 09:42:31 +0000 (27 11:42 +0200)
treebc23b4d43ba36c1d72a390b994fa4dfe3593129a
parent95c305490e0be46f8be13b0b88a1989feee65508
org-export: Implement a generic smart quote module

* contrib/lisp/org-export.el (org-export-options-alist): Add an option
  item to toggle smart quotes during export.
(org-export-with-smart-quotes, org-export-smart-quotes-alist,
org-export-smart-quotes-regexps): New variables.
(org-export-activate-smart-quotes): New function.
(org-export-data): Remove residual text properties.
* testing/lisp/test-org-export.el: Add tests.
contrib/lisp/org-export.el
testing/lisp/test-org-export.el