emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: jiewuza <jiewuza@163.com>
To: emacs-orgmode@gnu.org
Subject: Re: How to upgrade to make beamer export work
Date: Tue, 25 Sep 2018 10:56:36 +0800	[thread overview]
Message-ID: <m2d0t2z3mj.fsf@163.com> (raw)
In-Reply-To: 20180924110922.04930bb6@lt70.mpip-mainz.mpg.de


I was using spacemacs, and I updated orgmode (9.1.14) yesterday.
I have no beamer-related config except:
```
  (require 'ox-beamer)
  (setq org-latex-pdf-process '("latexmk -xelatex -outdir=%o %f"))
  (add-to-list 'org-export-backends 'beamer)
```

I checked the `tex` output of the example, there is just `section`, no `frame`.
```
% Intended LaTeX compiler: pdflatex
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\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 26.1 (Org mode 9.1.14)},
 pdflang={English}}
\begin{document}

\maketitle
\tableofcontents


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

\subsection{Frame 1}
\label{sec:org7fda852}
\begin{enumerate}
\item Thanks to Eric Fraga\hfill{}\textsc{B\_block}
\label{sec:org6c0dd90}
for the first viable Beamer setup in Org
\item Thanks to everyone else\hfill{}\textsc{B\_block}
\label{sec:org166f1b4}
for contributing to the discussion
\begin{enumerate}
\item This will be formatted as a beamer note\hfill{}\textsc{B\_note}
\label{sec:org1056b8c}
\end{enumerate}
\end{enumerate}
\subsection{Frame 2 (where we will not use columns)}
\label{sec:org4503c82}
\begin{enumerate}
\item Request
\label{sec:org8233ad6}
Please test this stuff!
\end{enumerate}
\end{document}
```


Robert Klein <roklein@roklein.de> writes:

> Hi,
>
> On Mon, 24 Sep 2018 15:49:28 +0800
> jiewuza <jiewuza@163.com> wrote:
>
>> I used orgmode to prepare my lecture materials.
>> Now I upgrade org to the latest version, and read the [[new
>> exporter][https://orgmode.org/worg/exporters/ox-overview.html]].
>> 
>> It seems the configure is much easier.
>> But I cannot get my lectures right after all my efforts.
>> 
>> So I start all over. I removed all my beamer configure.
>> With the [[beamer
>> example][https://orgmode.org/manual/A-Beamer-example.html]], I get a
>> pdf (see attachment) like a latex article, no beamer frame.
>> 
>> Is this normal? 
>> 
>
>
> your example does seem to have Beamer frames.
>
> Do you have a complete minimal setup which doesn't work with the new
> version (.org-file, .emacs, both only having enough content to show the
> issue)?
>
> I your “latest” version the zip files downloaded from the home page, or
> maint or master from git?
>
> Best regards
> Robert

  parent reply	other threads:[~2018-09-25  2:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-24  7:49 How to upgrade to make beamer export work jiewuza
2018-09-24  9:09 ` Robert Klein
2018-09-24  9:40   ` Eric S Fraga
2018-09-25  2:56   ` jiewuza [this message]
2018-09-24  9:23 ` Eric S Fraga
2018-09-25  2:51   ` jiewuza
2018-09-25  3:01   ` jiewuza
2018-09-25  3:16     ` John Hendy
2018-09-26 10:44       ` jiewuza

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=m2d0t2z3mj.fsf@163.com \
    --to=jiewuza@163.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).