Nick Dokos <nicholas.do...@hp.com> writes: > itm...@chrikro.net <itm...@chrikro.net> wrote: > >> The new and the old exporter. How is the new envoked? >> > > You have to do two things in your .emacs (or equivalent): > > (require 'org-export) > (add-to-list 'load-path (expand-file-name "/path/to/org/contrib/lisp")) > > where you have to change the path appropriately for your situation: the > second step allows the new exporter to pick up the new latex and html > backends (org-e-latex.el and org-e-html.el resp.) > > You can then invoke the export dispatcher with > > M-x org-export-dispatch > > There is no key assigned to it yet (presumably it will sit under C-c C-e > eventually), but you can of course define your own binding for now.
Hi Nick, Is it possible to use the new exporter for publishing (org-publish-*) versus standalone exports? Thanks, Bernt