From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Exporting book handouts Date: Sun, 03 Nov 2013 20:15:56 +0100 Message-ID: <87d2mh47pv.fsf@gmail.com> References: <87k3gp4ea7.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vd39E-0003bM-3S for emacs-orgmode@gnu.org; Sun, 03 Nov 2013 14:15:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vd398-0007qB-HD for emacs-orgmode@gnu.org; Sun, 03 Nov 2013 14:15:44 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:42840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vd398-0007q5-99 for emacs-orgmode@gnu.org; Sun, 03 Nov 2013 14:15:38 -0500 Received: by mail-wi0-f182.google.com with SMTP id ez12so2933176wid.15 for ; Sun, 03 Nov 2013 11:15:37 -0800 (PST) In-Reply-To: <87k3gp4ea7.fsf@syk.fi> (Jarmo Hurri's message of "Sun, 03 Nov 2013 18:54:08 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jarmo Hurri Cc: emacs-orgmode@gnu.org Hello, Jarmo Hurri 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