From: Rafael <rvf0068@gmail.com>
To: Emacs-orgmode list <emacs-orgmode@gnu.org>
Subject: allowframebreaks in beamer export
Date: Fri, 10 Feb 2017 11:39:05 -0600 [thread overview]
Message-ID: <87k28y6j46.fsf@gmail.com> (raw)
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.)
next reply other threads:[~2017-02-10 17:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-10 17:39 Rafael [this message]
2017-02-11 1:05 ` allowframebreaks in beamer export Nicolas Goaziou
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=87k28y6j46.fsf@gmail.com \
--to=rvf0068@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.