From: Jeremie Juste <jeremiejuste@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Beamer :BEAMER_envargs: [allowframebreaks] not working
Date: Mon, 28 Sep 2015 22:59:26 +0200 [thread overview]
Message-ID: <87612up8ep.fsf@gmail.com> (raw)
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
next reply other threads:[~2015-09-28 20:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 20:59 Jeremie Juste [this message]
2015-09-29 4:12 ` Beamer :BEAMER_envargs: [allowframebreaks] not working Andreas Leha
2015-09-29 7:32 ` Eric S Fraga
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=87612up8ep.fsf@gmail.com \
--to=jeremiejuste@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 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.