ox: Add arguments to `org-export-to-file' and `org-export-to-buffer'
commit6f55864f20f2f45e110aae077770e696722ed039
authorNicolas Goaziou <n.goaziou@gmail.com>
Wed, 7 Aug 2013 08:15:23 +0000 (7 10:15 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Wed, 7 Aug 2013 14:10:38 +0000 (7 16:10 +0200)
treea765d8d0f506b335cb41afb9dc75e692866e25b5
parentd1d918100e9a5901c4292b82af345123a424a1ee
ox: Add arguments to `org-export-to-file' and `org-export-to-buffer'

* lisp/ox.el (org-export-to-buffer): Add two arguments: one to trigger
  asynchronous export and the other to do extra processing from within
  the buffer.
(org-export-to-file): Add two arguments: one to trigger asynchronous
  export and the other to do extra processing on the output file.
(org-export-async-start): Small clean up.
lisp/ox.el