Hi,

<to...@tuxteam.de> writes:

> it must be in the fine manual. But after wandering there without a good
> idea on how to find that...
>
> What I'm trying to do is to suppress footnotes in Beamer export, and
> keep them in PDF export.
>
> Suppressing the footnotes is easy enough:
>
>   #+OPTIONS: f:nil [... possibly other options ...]
>
> Can I do that in a way that the value depends on backend? I.e. f:nil
> for beamer and f:t for latex/pdf?

I'd use a macro for this.  E.g.

#+MACRO: dvipng-if-odt (eval (if (org-export-derived-backend-p 
org-export-current-backend 'odt) "#+OPTIONS: tex:dvipng" ))

Rasmus

-- 
Summon the Mothership!


Reply via email to