Some quick notes on how to switch to the new exporter.
-1. Export engine renamed: org-export → ox
-2. Backend requires renamed: org-e-* → ox-*
-3. All backend specific variables and functions renamed:
+1. If you had already been using the new exporter from contrib, you
+ should remove the following lines from your local.mk:
+ : ORG_ADD_CONTRIB = org-e-*
+ followed by a =make clean=, before you do =git pull=.
+2. Export engine renamed: org-export → ox
+3. Backend requires renamed: org-e-* → ox-*
+4. All backend specific variables and functions renamed:
- org-export-* → org-* (e.g. org-html-xml-declaration, ..)
- org-e-* → org-* (e.g. org-latex-classes, org-ascii-bullets, ..)
-4. Generic export variables retain the name org-export-*
+5. Generic export variables retain the name org-export-*
(e.g. org-export-dispatch-use-expert-ui,
org-export-filter-headline-functions, ..)
-5. org-latex-to-pdf-process has been renamed to org-latex-pdf-process
+6. org-latex-to-pdf-process has been renamed to org-latex-pdf-process
7. This is a guess, export snippets and backend symbols renamed:
- e-<backend> → <backend>