From mboxrd@z Thu Jan 1 00:00:00 1970 From: itmejl Subject: new exporter Date: Sun, 30 Sep 2012 13:41:18 +0200 Message-ID: <50682FDE.1080802@chrikro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIHu3-0001Q8-RE for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 07:41:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIHu3-0001ag-0v for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 07:41:43 -0400 Received: from mail.icwebb.se ([83.218.90.131]:51663) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TIHu2-0001aU-Kn for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 07:41:42 -0400 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: eol Hello! This is about using the new exporter. I use Emacs 24.2 on win7 and org-mode 7.9.2. The following two lines (with real paths of course) are in .emacs: (require 'org-export) (add-to-list 'load-path (expand-file-name "/path/to/org/contrib/lisp")) When starting with M-x org-export-dispatch I come to the new dispatcher but then nothing goes. Regardless of what I choose the message is: Symbol's function definition is void: org-e-ascii-export-as-ascii or org-e-html..... or whatever export format chose. When I hit M-x org-e tab nothing is listed. Emacs does not seam to find the exporter commands. What am I missing? /