From: Gabor Retvari <retvari@tmit.bme.hu>
To: emacs-orgmode@gnu.org
Subject: Beamer export: can't get frame level right
Date: Sat, 12 Jul 2014 14:50:12 +0200 [thread overview]
Message-ID: <4141300.04dEsLQeik@weber.tmit.bme.hu> (raw)
Hi,
I guess this should be easy but I just can't get frame levels right in my
beamer exports.
So as far as I understand, this should get my first level headlines (`*
headline 1' and stuff) into separate frames in my beamer export.
=== ORG MODE TEXT: ===
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation,bigger]
#+OPTIONS: H:1
* headline 1
- stuff
- stuff too
* headline 2
- list 1
- list 2
- ...
* headline 3
- no stuff
I expected the headlines top level headlines (`* headline 1'...) to appear
inside separate `\begin{frame}...\end{frame}' environments. Problem is that
they do not, intead every headline goes into LaTeX `\section' sections.
=== LATEX EXPORT: ===
\documentclass[presentation,bigger]{beamer}
[..]
\section{headline 1}
\label{sec-1}
\begin{itemize}
\item stuff
\item stuff too
\end{itemize}
\section{headline 2}
\label{sec-2}
\begin{itemize}
\item list 1
\item list 2
\item \ldots{}
\end{itemize}
\section{headline 3}
\label{sec-3}
\begin{itemize}
\item no stuff
\end{itemize}
% Emacs 24.3.1 (Org mode 8.2.7b)
\end{document}
No `OPTIONS: H:n' setting seems to solve this problem. So how do I get this
right?
This is Org mode 8.2.7b by the way, as of the `org-mode' package version
8.2.7b-1 in Debian testing.
Thanks a lot,
Gabor
next reply other threads:[~2014-07-12 12:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-12 12:50 Gabor Retvari [this message]
2014-07-14 15:29 ` Beamer export: can't get frame level right Josiah Schwab
2014-07-14 18:38 ` John Hendy
2014-07-16 9:58 ` Gabor Retvari
2014-07-16 14:45 ` Josiah Schwab
2014-07-16 14:54 ` John Hendy
2014-07-18 11:56 ` Gabor Retvari
2014-07-18 14:19 ` John Hendy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4141300.04dEsLQeik@weber.tmit.bme.hu \
--to=retvari@tmit.bme.hu \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.