emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rob Stewart <robstewart57@gmail.com>
To: emacs-orgmode@gnu.org
Subject: exporting to beamer error: "org-beamer--normalize-argument: Wrong type argument: stringp, nil"
Date: Wed, 2 Oct 2013 23:36:26 +0100	[thread overview]
Message-ID: <CA+ZOas+pG0FHAMZkKPUn0fE30eUbCvXwKLXKrWBv2PG8O-EsJA@mail.gmail.com> (raw)

Hi,

 I have followed this tutorial to export from org to beamer frames.
http://orgmode.org/worg/exporters/beamer/ox-beamer.html .
Unfortunately, the frames are not created for 2nd level headings.
Instead, subsections are used. I am using org-mode from the git
repository, pulled today using commit f871fb6 . I have tried both
org-export-to-pdf and org-beamer-export-to-pdf . The first is not
effective (LaTeX output below). The latter throws an error
"org-beamer--normalize-argument: Wrong type argument: stringp, nil" .

%% ORG FILE %
#+TITLE: Example Presentation
#+AUTHOR: Joe Bloggs
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: Madrid
#+OPTIONS: H:2

* First Section

** Frame 1

** Frame 2
%%%

STEP 2: M-x org-export-to-pdf

%% GENERATES %%
% Created 2013-10-02 Wed 23:24
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\author{Joe Bloggs}
\date{\today}
\title{Example Presentation}
\hypersetup{
  pdfkeywords={},
  pdfsubject={},
  pdfcreator={Emacs 24.3.1 (Org mode 8.2.1)}}
\begin{document}

\maketitle
\tableofcontents


\section{First Section}
\label{sec-1}

\subsection{Frame 1}
\label{sec-1-1}

\subsection{Frame 2}
\label{sec-1-2}
% Emacs 24.3.1 (Org mode 8.2.1)
\end{document}
%%%

             reply	other threads:[~2013-10-02 22:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 22:36 Rob Stewart [this message]
2013-10-03 10:40 ` exporting to beamer error: "org-beamer--normalize-argument: Wrong type argument: stringp, nil" Nicolas Goaziou

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+ZOas+pG0FHAMZkKPUn0fE30eUbCvXwKLXKrWBv2PG8O-EsJA@mail.gmail.com \
    --to=robstewart57@gmail.com \
    --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 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).