_________________________________________ ORGMODE: OLD TO NEW EXPORTER TRANSITION Thorsten Jolitz _________________________________________ 2013-02-08 Fr Table of Contents _________________ 1 Org-mode transition from old to new exporter .. 1.1 Export engine renamed: .. 1.2 Backend requires renamed: .. 1.3 All backend specific variables and functions renamed: .. 1.4 Generic export variables retain the name org-export-* .. 1.5 org-latex-to-pdf-process has been renamed .. 1.6 Guess, export snippets and backend symbols renamed: /unofficial summary of changes/ 1 Org-mode transition from old to new exporter ============================================== 1.1 Export engine renamed: ~~~~~~~~~~~~~~~~~~~~~~~~~~ org-export → ox 1.2 Backend requires renamed: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ org-e-* → ox-* 1.3 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, ..) 1.4 Generic export variables retain the name org-export-* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (e.g. org-export-dispatch-use-expert-ui, org-export-filter-headline-functions, ..) 1.5 org-latex-to-pdf-process has been renamed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ to org-latex-pdf-process 1.6 Guess, export snippets and backend symbols renamed: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - e-