ox: Fix export of uninterpreted elements
commit86eb0afe052c7902c0ce2ba7bb531195b5363265
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 16 Dec 2013 21:01:59 +0000 (16 22:01 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 18 Dec 2013 13:25:03 +0000 (18 14:25 +0100)
tree58ff8dc43a443ae1b3c0b54ef395ea3a17d8becb
parentb44fbb920cc68645374528957d304f74a51c460e
ox: Fix export of uninterpreted elements

* lisp/ox.el (org-export-data): Do not check for uninterpreted
  elements or objects.  These are removed from parse tree anyway.
(org-export--remove-uninterpreted): New function.
(org-export--interpret-p): Removed function.
(org-export-as): Handle uninterpreted elements and objects.
lisp/ox.el