emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] export_file_name problem with new exporter


From: Suvayu Ali
Subject: Re: [O] export_file_name problem with new exporter
Date: Fri, 7 Dec 2012 16:21:00 +0100
User-agent: Mutt/1.5.21 (2011-07-01)

On Fri, Dec 07, 2012 at 03:02:32PM +0100, Alan Schmitt wrote:
> Suvayu Ali <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]