From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Exporting a presentation to both slides and handouts? Date: Thu, 15 Mar 2012 15:55:49 +0100 Message-ID: <8FFA65FA-5707-4738-9245-F4293463D79B@polytechnique.org> References: <580EE13B-CE44-41EF-92FA-52E4EC93D235@polytechnique.org> <8c4bc8d5-86ff-42a8-9257-070f047d2dd2@CERNFE22.cern.ch> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8C5t-0003eC-9F for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 10:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8C5n-0008GF-3l for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 10:55:56 -0400 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:49074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8C5m-0008G7-TB for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 10:55:51 -0400 In-Reply-To: <8c4bc8d5-86ff-42a8-9257-070f047d2dd2@CERNFE22.cern.ch> 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: Jacek Generowicz Cc: emacs-orgmode Mode On 15 mars 2012, at 15:11, Jacek Generowicz wrote: > Anything belonging to the "handout" class, will *not* be displayed on > the slides, everything else will appear on the slides. Could you play with export tags? http://orgmode.org/manual/Selective-export.html#Selective-export Then setting the ~org-export-select-tags~ or ~org-export-exclude-tags~ = could get you selective export (for instance, excluding the ~handout~ = tag when exporting slides). (I would want the same thing for local setup lines, the one that start = with ~#+~ =85) Alan=