From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: export to pdf tags showing Date: Sat, 23 Jun 2012 09:44:50 -0400 Message-ID: <878vfe3zxp.fsf@norang.ca> 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> <5383.1340222501@alphaville> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiQe9-0005SE-26 for emacs-orgmode@gnu.org; Sat, 23 Jun 2012 09:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SiQe7-0006KZ-7S for emacs-orgmode@gnu.org; Sat, 23 Jun 2012 09:45:04 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:65454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SiQe7-0006Ds-3U for emacs-orgmode@gnu.org; Sat, 23 Jun 2012 09:45:03 -0400 In-Reply-To: <5383.1340222501@alphaville> (Nick Dokos's message of "Wed, 20 Jun 2012 16:01:41 -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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, "itmejl@chrikro.net" Nick Dokos writes: > itmejl@chrikro.net wrote: > >> 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. Hi Nick, Is it possible to use the new exporter for publishing (org-publish-*) versus standalone exports? Thanks, Bernt