Hello,

Vikas Rawal <vikasli...@agrarianresearch.org> writes:

> I am finally trying to use the new exporter to create a beamer
> presentation. I started with a simple orgmode file. My file is as
> follows:
>
> #+STARTUP: hidestars
> #+TITLE: Title
> #+AUTHOR: My name
> #+OPTIONS: H:2 toc:nil
> #+E-MAIL: usern...@email.org

This is unrelated to your problem, but it should be "#+EMAIL:"

> #+LaTeX_CLASS: beamer

"beamer" class is probably not defined in `org-latex-classes', hence
your problem.

Note the name of the class doesn't matter, but it should be associated
to a "beamer" documentclass anyway, unless you have loaded a specific
package for Beamer article mode.

> #+LaTeX_CLASS_OPTIONS: [presentation]
> #+BEAMER_THEME: default
> #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) 
> %8BEAMER_opt(Opt)
> #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC
> #+OPTIONS: H:2


Regards,

-- 
Nicolas Goaziou

Reply via email to