From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: new exporter Date: Sun, 30 Sep 2012 14:36:16 +0200 Message-ID: <87a9w7vgan.fsf@gmail.com> References: <50682FDE.1080802@chrikro.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIIot-00029M-85 for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 08:40:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIIos-0003dT-6Q for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 08:40:27 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:55683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIIor-0003cQ-VS for emacs-orgmode@gnu.org; Sun, 30 Sep 2012 08:40:26 -0400 Received: by weyu3 with SMTP id u3so2583653wey.0 for ; Sun, 30 Sep 2012 05:40:25 -0700 (PDT) In-Reply-To: <50682FDE.1080802@chrikro.net> (itmejl@chrikro.net's message of "Sun, 30 Sep 2012 13:41:18 +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: itmejl Cc: eol Hello, itmejl writes: > This is about using the new exporter. > > I use Emacs 24.2 on win7 and org-mode 7.9.2. If you plan to use the new exporter, I strongly advise to load Org from git development branch instead of the latest release. > The following two lines (with real paths of course) are in .emacs: > (require 'org-export) You don't need to (require 'org-export) but you have to require the export back-ends you will need. I.e.: (require 'org-e-latex) or (require 'org-e-ascii). Regards, -- Nicolas Goaziou