[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] new exporter: exporting subtree as beamer
From: |
Andreas Leha |
Subject: |
[O] new exporter: exporting subtree as beamer |
Date: |
Sun, 23 Sep 2012 21:12:24 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Hi all,
I am having trouble to export a subtree as beamer document with the new
exporter. (Org-mode version 7.9.1 (release_7.9.1-316-g66fe32)
Here is a simple org-document, that was prepared for beamer export using
org-e-beamer-insert-options-template:
----[ test_beamer.org ]
* Test Beamer
:PROPERTIES:
:EXPORT_LaTeX_CLASS: beamer
:EXPORT_LaTeX_CLASS_OPTIONS: [presentation]
:EXPORT_FILE_NAME: presentation.pdf
:COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col)
%8BEAMER_opt(Opt)
:BEAMER_col_ALL: 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC
:END:
** First Slide :B_frame:
:PROPERTIES:
:BEAMER_env: frame
:END:
- first bullet
----
And this is what I get when I export the subtree "Test Beamer" as
beamer:
----[ TeX export ]
% Created 2012-09-23 So 21:07
\usetheme{default}
\author{Andreas Leha}
\date{\today}
\title{Test Beamer}
\hypersetup{
pdfkeywords={},
pdfsubject={},
pdfcreator={Generated by Org mode 7.9.1 in Emacs 24.2.50.1.}}
\begin{document}
\maketitle
\begin{frame}{Outline}
\tableofcontents
\end{frame}
\begin{frame}[label=sec-1]{First Slide}
\begin{itemize}
\item first bullet
\end{itemize}
\end{frame}
% Generated by Org mode 7.9.1 in Emacs 24.2.50.1.
\end{document}
----
What am I missing here?
Regards,
Andreas
- [O] new exporter: exporting subtree as beamer,
Andreas Leha <=