emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-beamer export, no frames created
@ 2016-02-22 18:22 John W. Burroughs
  2016-02-22 18:52 ` Josiah Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: John W. Burroughs @ 2016-02-22 18:22 UTC (permalink / raw)
  To: emacs-orgmode

I have been trying to produce my first presentation using org-mode and
ox-beamer export to create a pdf.  I am not seeing separate frames for
each slide.  For example, using the Beamer Example (12.5.6) from the
org-mode manual, I get the following generated .tex file.

----------------------------------------------------------
% Created 2016-02-22 Mon 12:57
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\author{Carsten Dominik}
\date{\today}
\title{Example Presentation}
\hypersetup{
 pdfauthor={Carsten Dominik},
 pdftitle={Example Presentation},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 24.5.2 (Org mode 8.3.3)},
 pdflang={English}}
\begin{document}

\maketitle
\tableofcontents


\section{This is the first structural section}
\label{sec:orgheadline7}

\subsection{Frame 1}
\label{sec:orgheadline4}
\begin{enumerate}
\item Thanks to Eric Fraga\hfill{}\textsc{B\_block}
\label{sec:orgheadline1}
for the first viable Beamer setup in Org
\item Thanks to everyone else:B\(_{\text{block}}\):
\label{sec:orgheadline3}
for contributing to the discussion
\begin{enumerate}
\item This will be formatted as a beamer note\hfill{}\textsc{B\_note}
\label{sec:orgheadline2}
\end{enumerate}
\end{enumerate}
\subsection{Frame 2 (where we will not use columns)}
\label{sec:orgheadline6}
\begin{enumerate}
\item Request
\label{sec:orgheadline5}
Please test this stuff!
\end{enumerate}
\end{document}
----------------------------------------------------------

There are only \subsection{} generated, instead of the \begin{frame}
that is expected.

Any suggestions what might be wrong.

I am using: GNU Emacs 24.5.2
            Org-mode version 8.3.3 (8.3.3-43-g0b97a5-elpa @
            /home/jwb/.emacs.d/elpa/org-20160215/)"
            TeX 3.14159265 (TeX Live 2015/Debian)
            Linux 4.2.0-27-generic #32-Ubuntu SMP Fri Jan 22 04:48:15
            UTC 2016

Many thanks

John
--
+---------------------------------------------+
| John W. Burroughs, P. Eng. | keyid 966D6DD1 |
+---------------------------------------------+

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ox-beamer export, no frames created
  2016-02-22 18:22 ox-beamer export, no frames created John W. Burroughs
@ 2016-02-22 18:52 ` Josiah Schwab
  2016-02-22 20:10   ` John W. Burroughs
  0 siblings, 1 reply; 3+ messages in thread
From: Josiah Schwab @ 2016-02-22 18:52 UTC (permalink / raw)
  To: John W. Burroughs; +Cc: emacs-orgmode

Hello John,

> I have been trying to produce my first presentation using org-mode and
> ox-beamer export to create a pdf.  I am not seeing separate frames for
> each slide.  For example, using the Beamer Example (12.5.6) from the
> org-mode manual, I get the following generated .tex file.
>
> There are only \subsection{} generated, instead of the \begin{frame}
> that is expected.

To me, this looks like you used the LaTeX export commands instead of the
beamer export commands.

http://orgmode.org/manual/Beamer-export-commands.html#Beamer-export-commands

Best,
Josiah

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ox-beamer export, no frames created
  2016-02-22 18:52 ` Josiah Schwab
@ 2016-02-22 20:10   ` John W. Burroughs
  0 siblings, 0 replies; 3+ messages in thread
From: John W. Burroughs @ 2016-02-22 20:10 UTC (permalink / raw)
  To: Josiah Schwab; +Cc: emacs-orgmode

Josiah Schwab <jschwab@gmail.com> writes:

> Hello John,
>
>> I have been trying to produce my first presentation using org-mode and
>> ox-beamer export to create a pdf.  I am not seeing separate frames for
>> each slide.  For example, using the Beamer Example (12.5.6) from the
>> org-mode manual, I get the following generated .tex file.
>>
>> There are only \subsection{} generated, instead of the \begin{frame}
>> that is expected.
>
> To me, this looks like you used the LaTeX export commands instead of the
> beamer export commands.
>
> http://orgmode.org/manual/Beamer-export-commands.html#Beamer-export-commands
>
> Best,
> Josiah
>
Josiah:

Thank you, that was the issue.  I was using C-c C-e to invoke the export
and didn't realise I had to activate the Beamer entries in the
dispatcher display.

It is working as expected now.

John
--
+---------------------------------------------+
| John W. Burroughs, P. Eng. | keyid 966D6DD1 |
+---------------------------------------------+

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-22 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-22 18:22 ox-beamer export, no frames created John W. Burroughs
2016-02-22 18:52 ` Josiah Schwab
2016-02-22 20:10   ` John W. Burroughs

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).