ox: Fix uninterpreted objects in TITLE property
commitc0aa83bf414726dd21e07b497eb1c8f03cfbf48d
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 26 Dec 2013 11:23:27 +0000 (26 12:23 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 26 Dec 2013 11:26:11 +0000 (26 12:26 +0100)
tree18266477227078770b0f9321a82f0fb34a5ce33f
parent39c936584ab339cd1757eb1d5d759c43d3f102c3
ox: Fix uninterpreted objects in TITLE property

* lisp/ox.el (org-export-remove-uninterpreted-data): Renamed from
  `org-export--remove-uninterpreted'.
(org-export--remove-uninterpreted-data-1): New function.
(org-export-as): Use new function.
* testing/lisp/test-ox.el (test-org-export/uninterpreted): Add test.
lisp/ox.el
testing/lisp/test-ox.el