* Nicolas Goaziou <n.goaz...@gmail.com> wrote: > Hello, Hi!
> Karl Voit <devn...@karl-voit.at> writes: > >> What is the equivalent elisp expression for using the new exporter? > > `org-html-export-to-html' (output to file) and `org-html-export-as-html' > (output to temporary buffer). > > For batch processing, you can also use `org-export-as', in conjunction > with `html' backend, which will output a string. Thank you! > There's also `org-export-string-as', which will do the same as > `org-export-as' but will work from an input string instead of the > current buffer. Good point - this is quite handy for me as well. Thanks! -- Karl Voit