emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Exporting book handouts


From: Nicolas Goaziou
Subject: Re: [O] Exporting book handouts
Date: Sun, 03 Nov 2013 20:15:56 +0100

Hello,

Jarmo Hurri <address@hidden> writes:

> 1. A way to denote that a certain element (figure, equation, part of a
>    longer equation, a piece of text etc.) goes into the Beamer
>    export. By default, material should _not_ be included in the Beamer
>    export. I don't know how to achieve this.
>
>    I did find SELECT_TAGS in the manual, so if I were to export entire
>    subtrees into Beamer, maybe I could change the value of this when I
>    am doing a Beamer export. But could I use this for individual
>    elements, such as an equation or a figure?

You can use drawers:

  * Some section

    :HANDOUT:
    ...
    :END:

    :BOOK:
    ...
    :END:

Then, you can play with `org-export-with-drawers' and its OPTIONS
counterpart:

  #+OPTIONS: d:("BOOK")

for a book-only export.

  #+OPTIONS: d:(not "HANDOUT")

for an everything-but-handout export...


Regards,

-- 
Nicolas Goaziou



reply via email to

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