Re: [Orgmode] export beamer

2010-05-05 Thread Rares Pop
Thanks Erik, that was the problem. As a summary, I fixed my initial problem by - adding (require 'org-latex) to my .emacs configuration file - installing the *texlive-latex-extra* package for the LaTeX supplementary packages Case closed. Thanks again, Rares P.S. Good spotting Erik, I'm

Re: [Orgmode] export beamer

2010-05-04 Thread Eric S Fraga
On Tue, 4 May 2010 16:18:40 +0300, Rares Pop wrote: > > It's not working. > > I'm getting the following error when exporting to PDF: > > ! LaTeX Error: File `wrapfig.sty' not found. > > Type X to quit or to proceed, > or enter new name. (Default extension: sty) > > Enter file name: > ! Emerg

Re: [Orgmode] export beamer

2010-05-04 Thread Erik Butz
Hi Rares, actually it seems that it IS working. The error you are getting now is a latex error saying that you are missing a package (wrapfig). You probably need to update your latex installation with that package. The way you do this, depends on the distribution you're using. On ubuntu/debian yo

Re: [Orgmode] export beamer

2010-05-04 Thread Rares Pop
It's not working. I'm getting the following error when exporting to PDF: ! LaTeX Error: File `wrapfig.sty' not found. Type X to quit or to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. l.11 \usepackage {soul}^^M *** (cannot \read from

Re: [Orgmode] export beamer

2010-05-04 Thread Erik Butz
Hi Rares, I had a similar problem recently which was cured by including (require 'org-latex) in my .emacs file. Does this help in your case? Cheers, Erik On Tue, May 4, 2010 at 10:09 AM, Rares Pop wrote: > Hi all, > > i'm using emacs-23.1 and org-mode 6.35i and trying to export as PDF the >

[Orgmode] export beamer

2010-05-04 Thread Rares Pop
Hi all, i'm using emacs-23.1 and org-mode 6.35i and trying to export as PDF the beamer document from the Beamer tutorial http://orgmode.org/worg/org-tutorials/org-beamer.php but i get the following error: *org-export-latex-set-initial-vars: No definition for class `beamer' in `org-export-latex-cl