Jambunathan K writes: > Have you tried the new exporter? > > 1. Add contrib/lisp to load-path > 2. M-x load-library RET org-export RET > 3. M-x org-export-dispatch RET Better yet, hardlink those files in contrib/lisp you want to use into lisp/, but remember to always edit them in contrib/lisp and never in lisp/. That way, the build system will handle them correctly and you can use them from an installed org. In case of the new exporter: ln contrib/lisp/org-{element,export,e-*}.el lisp/ The byte compiler isn't happy with the new exporter at the moment, lots of free variables, some variables declared later than used and some CL macros at runtime... here's my first stab on fixing some of that: