From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export to pdf tags showing Date: Wed, 20 Jun 2012 16:01:41 -0400 Message-ID: <5383.1340222501@alphaville> References: <4FDCC0DA.8060705@chrikro.net> <7875.1339899124@alphaville> <4FDD9A1B.70704@chrikro.net> <14246.1339969189@alphaville> <87395t5wyc.fsf@gmail.com> <87wr35ypt8.fsf@gmail.com> <20012.1340028629@alphaville> <4FE22A29.3040400@chrikro.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShR65-00081L-3V for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 16:01:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShR63-0000FO-3K for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 16:01:48 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:46634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShR62-0000EU-U8 for emacs-orgmode@gnu.org; Wed, 20 Jun 2012 16:01:47 -0400 In-Reply-To: Message from "itmejl@chrikro.net" of "Wed, 20 Jun 2012 21:53:13 +0200." <4FE22A29.3040400@chrikro.net> 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@chrikro.net" Cc: emacs-orgmode@gnu.org itmejl@chrikro.net wrote: > > IIUC, this is only implemented in the new exporter: the old one remains > > unchanged - yes? > > > > The new and the old exporter. How is the new envoked? > You have to do two things in your .emacs (or equivalent): (require 'org-export) (add-to-list 'load-path (expand-file-name "/path/to/org/contrib/lisp")) where you have to change the path appropriately for your situation: the second step allows the new exporter to pick up the new latex and html backends (org-e-latex.el and org-e-html.el resp.) You can then invoke the export dispatcher with M-x org-export-dispatch There is no key assigned to it yet (presumably it will sit under C-c C-e eventually), but you can of course define your own binding for now. Nick