org-export: Remove NOEXPAND optional argument from `org-export-as'
commit27d7d0ea174c3d3975e4ac2e8a0ecfac9401ba61
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 18 Dec 2012 21:33:02 +0000 (18 22:33 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 18 Dec 2012 21:42:00 +0000 (18 22:42 +0100)
treeb521c61931d11f21ad6dc41581998de2d2b966ec
parentf1bb17549ba9dadd3160b48017df9cdd81e52a11
org-export: Remove NOEXPAND optional argument from `org-export-as'

* contrib/lisp/org-export.el (org-export-options-alist): Fix
  docstring.
(org-export-as): Remove NOEXPAND argument.
(org-export-to-buffer, org-export-to-file): Apply argument removal.

This argument is not needed since a function removing macros, babel
code and include keywords can be added to
`org-export-before-processing-hook'.
contrib/lisp/org-export.el