From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: tables once again Date: Tue, 02 Oct 2012 13:45:33 -1000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJC9Y-0000tH-Ld for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 19:45:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJC9W-00026u-CG for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 19:45:28 -0400 Received: from oproxy11-pub.bluehost.com ([173.254.64.10]:44399) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TJC9W-00024Y-0i for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 19:45:26 -0400 In-Reply-To: (Neuwirth Erich's message of "Wed, 3 Oct 2012 00:59:53 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Neuwirth Erich Cc: Mode Org Neuwirth Erich 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