emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug in org-beamer-publish-to-pdf?


From: Nicolas Goaziou
Subject: Re: [O] Bug in org-beamer-publish-to-pdf?
Date: Mon, 24 Mar 2014 14:00:57 +0100

Hello,

Rafael <address@hidden> writes:

> I think there is a bug in org-beamer-publish-to-pdf. The code of the
> function is:
>
> #+BEGIN_SRC emacs-lisp
>   (defun org-beamer-publish-to-pdf (plist filename pub-dir)
>     (org-publish-attachment
>      plist
>      (org-latex-compile (org-publish-org-to 'beamer filename ".tex" plist))
>      pub-dir))
> #+END_SRC
>
> It seems to me that (org-publish-org-to 'beamer filename ".tex" plist)
> only returns filename.tex without the directory. Hence org-latex-compile
> wants to compile a .tex file in my home directory, (rather than at the base
> directory of the publishing) and fails at not finding it there. 

You're correct. This should now be fixed in maint. Thank you for
reporting it.


Regards,

-- 
Nicolas Goaziou



reply via email to

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