From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: export_file_name problem with new exporter Date: Fri, 7 Dec 2012 20:09:57 +0100 Message-ID: <20121207190957.GA10848@kuru.dyndns-at-home.com> References: <20121207122921.GL4294@kuru.dyndns-at-home.com> <20121207125019.GM4294@kuru.dyndns-at-home.com> <20121207152100.GN4294@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th3JH-0008BA-02 for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 14:10:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Th3JF-0006pK-1z for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 14:10:06 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:47697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Th3JE-0006kt-Lk for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 14:10:04 -0500 Received: by mail-ee0-f41.google.com with SMTP id d41so551223eek.0 for ; Fri, 07 Dec 2012 11:10:02 -0800 (PST) Content-Disposition: inline In-Reply-To: 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: Alan Schmitt Cc: emacs-orgmode@gnu.org On Fri, Dec 07, 2012 at 05:12:46PM +0100, Alan Schmitt wrote: > Suvayu Ali writes: > > > Since the new exporter is not documented yet, information is absent from > > the info manual. You can find relevant docs in the source files. I am > > slowly working towards a tutorial type docs for org-e-beamer. When it > > is in shape, I'll push to Worg. > > Great. > > > That said, publishing is fully supported by the new exporter, just > > change the publishing function names to the functions provided by the > > new exporter. > > > > Here is an improperly tested example from one of my tests: > > > > (setq org-e-publish-project-alist > > '(("thesis" :components ("thesis-tex" "thesis-html")) > > ("thesis-tex" :base-directory "/path/PhD-thesis" > > :publishing-directory "/path/PhD-thesis/latex" > > :publishing-function org-e-publish-org-to-latex > > ))) > > > > Hope this helps. > > It does, but for some reason I can't make it work. It seems that it has > issues getting the base file. Here is my setup: > > (setq org-e-publish-project-alist > '(("jsseccloud" > :base-directory "~/Documents/Org" > :include "2012-12-05-Cprs-SecCloud-Formal_JavaScript_Semantics.org" > :publishing-directory "~/tmp" > :publishing-function org-e-beamer-publish-to-latex > ))) > > and with this I get an error: > I believe that is because org-e-beamer does not support publishing yet. Nicolas can confirm. Cheers, -- Suvayu Open source is the future. It sets us free.