emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Beamer :BEAMER_envargs: [allowframebreaks] not working


From: Jeremie Juste
Subject: [O] Beamer :BEAMER_envargs: [allowframebreaks] not working
Date: Mon, 28 Sep 2015 22:59:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hello,

It's my first post here finally. Most of my questions were answered
before by you.:). I have the lastest version of org mode and search
with the best of my abilities if any had the same issue but couldn't
find anything.

I have some difficulty with the org-mode variable :BEAMER_envargs.

It does not allow frame break. There was a post on SO about the issue

http://stackoverflow.com/questions/29384107/org-mode-framebreak-does-not-work-with-label-option-in-exported-beamer

As a fix they recommend the following fix
(setq org-beamer-frame-default-options "allowframebreaks,label=")

This doesn't do the job and on the tex file it produces something like
\begin{frame}[allowframebreaks,label=,label={sec:orgheadline1}]{part 1}

I tried with
(setq org-beamer-frame-default-options "allowframebreaks")
but the results were not better,


Finally removing label={sec:orgheadline1} did the job.
\begin{frame}[allowframebreaks]{part 1}

So I suspect there is a problem with label={sec:orgheadline1}.


Can someone help please?

Best
JJ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]