Neuwirth Erich <erich.neuwi...@univie.ac.at> writes:

> 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?

I bind it to C-c e, so I can use either the old exporter or the new one.

  (define-key org-mode-map (kbd "C-c e") 'org-export-dispatch)

hth,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

Reply via email to