From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neuwirth Erich Subject: Re: tables once again Date: Wed, 3 Oct 2012 00:59:53 +0200 Message-ID: References: Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJBRW-00089T-Qs for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 18:59:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJBRV-0003zg-OU for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 18:59:58 -0400 Received: from grace.univie.ac.at ([131.130.3.115]:52890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJBRV-0003zW-El for emacs-orgmode@gnu.org; Tue, 02 Oct 2012 18:59:57 -0400 Received: from justin.univie.ac.at ([131.130.3.111] helo=justin.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.80) (envelope-from ) id 1TJBRS-0001mu-CK for emacs-orgmode@gnu.org; Wed, 03 Oct 2012 00:59:54 +0200 Received: from 91-114-201-250.adsl.highway.telekom.at ([91.114.201.250] helo=[10.0.0.4]) by justin.univie.ac.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TJBRS-0004RI-8k for emacs-orgmode@gnu.org; Wed, 03 Oct 2012 00:59:54 +0200 In-Reply-To: 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: Mode Org 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?