Hello, Jarmo Hurri <jarmo.hu...@syk.fi> 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