itm...@chrikro.net <itm...@chrikro.net> wrote: > > IIUC, this is only implemented in the new exporter: the old one remains > > unchanged - yes? > > > > 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. Nick