* allowframebreaks in beamer export
@ 2017-02-10 17:39 Rafael
2017-02-11 1:05 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Rafael @ 2017-02-10 17:39 UTC (permalink / raw)
To: Emacs-orgmode list
I would like to export to beamer, in such a way that all frames have
the 'allowframebreaks' option. I thought the following would work, but
when I export, the frames in the .tex file have no
allowframebreaks. Maybe I am misunderstanding the way that properties
are inherited, so my question is: is there a way to have all frames
with allowframebreaks option, without having to declare explicitly the
'BEAMER_OPT' property in all frame subheadings?
#+BEGIN_SRC org
,#+title: Presentation
,#+latex_header: \usepackage{lipsum}
,#+options: H:2
,* A part
:PROPERTIES:
:BEAMER_OPT: allowframebreaks=0.8
:END:
,** First
\lipsum[1-2]
,** Second
\lipsum[3-4]
,* COMMENT Local Variables
# Local Variables:
# org-use-property-inheritance: t
# End:
#+END_SRC
(BTW, I know and understand when the beamer manual says that the
'allowframebreaks' option is evil, but in this case I want to produce
reading notes only for my use, and I find that beamer export is rather
convenient.)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: allowframebreaks in beamer export
2017-02-10 17:39 allowframebreaks in beamer export Rafael
@ 2017-02-11 1:05 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-02-11 1:05 UTC (permalink / raw)
To: Rafael; +Cc: Emacs-orgmode list
Hello,
Rafael <rvf0068@gmail.com> writes:
> I would like to export to beamer, in such a way that all frames have
> the 'allowframebreaks' option.
See `org-beamer-frame-default-options'.
> I thought the following would work, but
> when I export, the frames in the .tex file have no
> allowframebreaks. Maybe I am misunderstanding the way that properties
> are inherited,
You probably don't, but "BEAMER_..." properties are not inherited on
purpose, since they are almost certainly specific to the heading.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-11 1:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 17:39 allowframebreaks in beamer export Rafael
2017-02-11 1:05 ` Nicolas Goaziou
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.