Here is my example (slightly modified) again, I still cannot get it to work the way I want it:
In my .emacs I have (among other things) (require 'org-install) (require 'org-e-latex) (require 'org-e-html) ;;(require 'org-e-ascii) ;; using the new exporter (global-set-key (kbd "C-c C-e") 'org-export-dispatch) Doing C-c C-e still gives me the old dispatcher, not the new one. M-x org-export-dispatch does give me the new dispatcher. How can I bind the new dispatcher to C-c C-e?