Hi Thomas, Thomas Moyer wrote: > So what would I need to do to use the "new exporter"?
--8<---------------cut here---------------start------------->8--- (require 'org-export) (require 'org-e-ascii) ; if you want (require 'org-e-html) ; if you want ;; LaTeX back-end for Org generic export engine (require 'org-e-latex) (require 'org-e-beamer) ;; bind the new exporter dispatch to a key sequence (define-key org-mode-map (kbd "C-c E") 'org-export-dispatch) --8<---------------cut here---------------end--------------->8--- and then use `C-c E' instead of `C-c C-e'. Best regards, Seb -- Sebastien Vauban