emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Beamer :BEAMER_envargs: [allowframebreaks] not working
@ 2015-09-28 20:59 Jeremie Juste
  2015-09-29  4:12 ` Andreas Leha
  2015-09-29  7:32 ` Eric S Fraga
  0 siblings, 2 replies; 3+ messages in thread
From: Jeremie Juste @ 2015-09-28 20:59 UTC (permalink / raw)
  To: emacs-orgmode

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

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

* Re: Beamer :BEAMER_envargs: [allowframebreaks] not working
  2015-09-28 20:59 Beamer :BEAMER_envargs: [allowframebreaks] not working Jeremie Juste
@ 2015-09-29  4:12 ` Andreas Leha
  2015-09-29  7:32 ` Eric S Fraga
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Leha @ 2015-09-29  4:12 UTC (permalink / raw)
  To: emacs-orgmode

Hi Jeremie,

Jeremie Juste <jeremiejuste@gmail.com> writes:
> 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?
>

(Untested!)

I suspect that this is due to org-latex-prefer-user-labels being
nil.  This will make Org mode inserting auto-generated labels.
Setting this to sth non-nil might work here.

HTH,
Andreas

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

* Re: Beamer :BEAMER_envargs: [allowframebreaks] not working
  2015-09-28 20:59 Beamer :BEAMER_envargs: [allowframebreaks] not working Jeremie Juste
  2015-09-29  4:12 ` Andreas Leha
@ 2015-09-29  7:32 ` Eric S Fraga
  1 sibling, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2015-09-29  7:32 UTC (permalink / raw)
  To: Jeremie Juste; +Cc: emacs-orgmode

On Monday, 28 Sep 2015 at 22:59, Jeremie Juste wrote:
> 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.

I believe that Allowframebreaks is set using BEAMER_opt, not envargs, in
the latest versions of ox-beamer.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.1-203-g4ca3d3

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

end of thread, other threads:[~2015-09-29  7:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-28 20:59 Beamer :BEAMER_envargs: [allowframebreaks] not working Jeremie Juste
2015-09-29  4:12 ` Andreas Leha
2015-09-29  7:32 ` Eric S Fraga

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).