Sebastien Vauban <wxhgmqzgw...@spammotel.com> wrote: > Hi Thomas, > > Thomas Moyer wrote: > > So what would I need to do to use the "new exporter"? > > (require 'org-export) >
IIUC, this is not needed any longer: each specific exporter below does a require on it. Nick > (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) > > and then use `C-c E' instead of `C-c C-e'. > > Best regards, > Seb > > -- > Sebastien Vauban > >