From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: [new exporter] Enabling multiple exporters? Date: Thu, 18 Oct 2012 21:47:55 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOxws-00082E-Bf for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 17:48:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOxwr-0002D3-C8 for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 17:48:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:49544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOxwr-0002Ct-5V for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 17:48:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TOxwv-0002sY-TQ for emacs-orgmode@gnu.org; Thu, 18 Oct 2012 23:48:18 +0200 Received: from 218-101-54-25.trimble.co.nz ([218.101.54.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Oct 2012 23:48:17 +0200 Received: from mikelygee by 218-101-54-25.trimble.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Oct 2012 23:48:17 +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: emacs-orgmode@gnu.org I've just started playing with the new exporter. My .emacs files includes: (require 'org-export) (require 'org-e-latex) (require 'org-e-html) (require 'org-e-odt) (require 'org-e-beamer) But when I run org-export-dispatch, the only choices I get are 'Export to ODT' and 'Publish'. If I comment out (require 'org-e-odt) and restart emacs, org-export-dispatch offers to 'Export to LaTeX' or 'Publish'. I'm using the latest from git. What am I doing wrong? Thanks, Mike