emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jan-Mark Batke <badkey@gmx.net>
To: Org-Mode <emacs-orgmode@gnu.org>
Subject: beamer export - options vs. arguments
Date: Mon, 4 Feb 2013 12:33:21 +0100	[thread overview]
Message-ID: <CAHLa=T8mCaWcRzF22P=kYVASvtqi7VPCt7r2PO4CSzvuH7w1=w@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

All,

I would like to have a literature list in my beamer presentation. As it is
longer than one slide, I would like to see something like something like
this
\begin[allowframebreaks]{frame}
\frametitle{Literature}
\bibliographystyle{plain}
\bibliography{References}
\end{frame}
in the exported tex file.

However, using envargs in org does not help, the frame option
"allowframebreaks" is neglected.

** Literature    :B_frame:
   :PROPERTIES:
   :BEAMER_env: frame
   :BEAMER_envargs: allowframebreaks
   :END:

#+BEGIN_LaTeX
\bibliographystyle{plain}
\bibliography{References}
#+END_LaTeX

I found some discussion on the :beamer_envargs property, I understood that
the org structure does not entirely reflect the latex structure and this
may cause the problem.

So, I have two questions now:

1. Would it make sense to distinguish "arguments" (args) vs. "options" (as
they appear as [options] in latex?

2. How to overcome my problem with avoiding to have a frame environment as
source block in org mode?

Thanks

Jan-Mark

-- 
Jan-Mark Batke  badkey@gmx.net
FON +49 511 33 64 800
FAX +49 511 22 09 521

[-- Attachment #2: Type: text/html, Size: 1704 bytes --]

                 reply	other threads:[~2013-02-04 11:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHLa=T8mCaWcRzF22P=kYVASvtqi7VPCt7r2PO4CSzvuH7w1=w@mail.gmail.com' \
    --to=badkey@gmx.net \
    --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 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).