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 16:21:00 +0100 Message-ID: <20121207152100.GN4294@kuru.dyndns-at-home.com> References: <20121207122921.GL4294@kuru.dyndns-at-home.com> <20121207125019.GM4294@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]:45347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgzjj-0007Ih-Ct for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 10:21:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tgzjd-0002N2-Hz for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 10:21:11 -0500 Received: from mail-ea0-f169.google.com ([209.85.215.169]:61787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tgzjd-0002Mv-5j for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 10:21:05 -0500 Received: by mail-ea0-f169.google.com with SMTP id a12so259113eaa.0 for ; Fri, 07 Dec 2012 07:21:04 -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 03:02:32PM +0100, Alan Schmitt wrote: > Suvayu Ali writes: > > > You could try the publishing facilities in Org. > > > > (info "(org)Publishing") > > I did not know about that, it's a very nice suggestion. I have one > question that I did not see addressed in the documentation, though: is > it possible to use it with the new exporter? > 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. 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. -- Suvayu Open source is the future. It sets us free.