Rainer M Krug <r.m.k...@gmail.com> writes: > Would it be possible to collect this info on a "quick and dirty" worg page? > At the moment, the > info is in several different threads?
here is at least a nicely formatted version of this info I made for myself:
_________________________________________ 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-<backend> → <backend>
-- cheers, Thorsten