From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Exporting a presentation to both slides and handouts? Date: Thu, 15 Mar 2012 09:14:00 +0100 Message-ID: <580EE13B-CE44-41EF-92FA-52E4EC93D235@polytechnique.org> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S85pG-0003C2-5A for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 04:14:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S85pD-0004bK-KB for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 04:14:21 -0400 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:32764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S85pD-0004as-Ed for emacs-orgmode@gnu.org; Thu, 15 Mar 2012 04:14:19 -0400 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: emacs-orgmode Mode Hello, I'm finishing a presentation with org-mode which is exported as beamer = slides. I would like to also export it as a handouts, which basically = means changing a couple lines in the preamble. Is there a way to do it = from the org-mode file, or do I need to edit the generated LaTeX = manually? (If the solution is to have some lines that specify the options and the = name of the exported LaTeX file commented out, it would work fine with = me.) Thanks, Alan=