emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Beamer export questions/suggestions


From: Eric S Fraga
Subject: Re: [Orgmode] Beamer export questions/suggestions
Date: Wed, 23 Feb 2011 16:47:01 +0000
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Chris Malone <address@hidden> writes:

> Hi Derek,
>
> Re your first question:
>
> One simple, albeit somewhat hackish way of achieving this would be to
> utilize =org-mode='s #+begin_beamer ... #+end_beamer syntax with =beamer='s
> frame option =plain=   For example:

You don't need to do this.  You can pass options to frames using the
BEAMER_envargs property:

#+begin_src org
** A plain slide
   :PROPERTIES:
   :BEAMER_envargs: [plain]
   :END:
   - a list
   - with few entries
   - but more than I thought
#+end_src

I use this all the time for options such as shrink and allowframebreaks.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.528.gd457)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]