emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] tables once again


From: Thomas S. Dye
Subject: Re: [O] tables once again
Date: Tue, 02 Oct 2012 13:45:33 -1000

Neuwirth Erich <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]