emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Re: Question about org-beamer overlays


From: Eric S Fraga
Subject: [O] Re: Question about org-beamer overlays
Date: Sun, 13 Mar 2011 20:07:27 +0000
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Matt Lundin <address@hidden> writes:

[...]

> I discovered one org-mode solution here. I can use
> org-beamer-environments-extra to wrap an only macro around an image
> link.
>
> (add-to-list 'org-beamer-environments-extra 
>       '("only" "o" "\\only%a{%h%x" "}"))
>
> A sequence of images in the same column can thus be accomplished with
> the following:
>
> *** right column                                      :BMCOL:B_ignoreheading:
>     :PROPERTIES:
>     :BEAMER_col: 0.6
>     :BEAMER_env: ignoreheading
>     :END:
> **** [[file:image1.png]]                               :B_only:
>      :PROPERTIES:
>      :BEAMER_envargs: <1>
>      :BEAMER_env: only
>      :END:
> **** [[file:image2.jpg]]                                :B_only:
>      :PROPERTIES:
>      :BEAMER_envargs: <2>
>      :BEAMER_env: only
>      :END:
> **** [[file:image3.png]]                                  :B_only:
>      :PROPERTIES:
>      :BEAMER_envargs: <3>
>      :BEAMER_env: only
>      :END: 
>
> Thanks again!
> Matt

This is really nice.  I hadn't thought of extending the beamer
environments list; obvious in hindsight!

Thanks,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.32.gdf26.dirty)



reply via email to

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