ox-latex/beamer: Fix reported error when no suitable class is found
commit5bceb621424c9d8fda93b9c5cbef2c8bccaa59de
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 15 Feb 2013 13:18:59 +0000 (15 14:18 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 15 Feb 2013 13:18:59 +0000 (15 14:18 +0100)
tree0b696f27fc55723b3ade3a1454bcdc9f99d33c78
parent5cdf84ea688f63d27fc24a53c1b04a0993308589
ox-latex/beamer: Fix reported error when no suitable class is found

* lisp/ox-beamer.el (org-beamer-template): Add missing `class'
argument for `format-string'.
* lisp/ox-latex.el (org-latex-template): Add missing `class' argument
for `format-string'.

Thanks to Sébastien Vauban for reporting the problem and providing the
initial patch.
lisp/ox-beamer.el
lisp/ox-latex.el