I've just started playing with the new exporter. My .emacs files includes: (require 'org-export) (require 'org-e-latex) (require 'org-e-html) (require 'org-e-odt) (require 'org-e-beamer)
But when I run org-export-dispatch, the only choices I get are 'Export to ODT' and 'Publish'. If I comment out (require 'org-e-odt) and restart emacs, org-export-dispatch offers to 'Export to LaTeX' or 'Publish'. I'm using the latest from git. What am I doing wrong? Thanks, Mike