As I learned the correct name for elisp to use with begin_src is emacs-lisp, not elisp
On Feb 28, 2013, at 12:13 PM, Achim Gratz <strom...@nexgo.de> wrote: > Karl Voit <devnull <at> Karl-Voit.at> writes: >> #+BEGIN_SRC elisp >> (org-export-as-html 3 nil nil "htmlized-output" nil nil) >> #+END_SRC > >> Am I doing something wrong or is this a bug? > > You are trying to use the old exporter and pick up code from an earlier > version > of Org. > > > Regards, > Achim. > >