From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Beamer export: Are handout notes possible? Date: Wed, 07 Sep 2011 08:23:07 +0200 Message-ID: <87mxegkh10.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1BXk-0002LJ-GJ for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 02:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1BXj-0004w2-Ga for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 02:23:28 -0400 Received: from lo.gmane.org ([80.91.229.12]:39695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1BXj-0004vy-8M for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 02:23:27 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R1BXe-0007UG-22 for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 08:23:22 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2011 08:23:22 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2011 08:23:22 +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: emacs-orgmode@gnu.org Hi all, I'm a big fan of the LaTeX beamer export. However, now I've hit a problem that I don't know how to solve. In plain LaTeX beamer, every text I write between \begin{frame} ... \end{frame} is of course not in a frame but will be there if I compile the tex file in beamer's handout mode. That's very convenient for putting notes there that you want to mention only in the "audio track" of a presentation. Because the frames are written as org outlines, there's no explicit \end{frame}, but everything up to the next outline is put into a frame. Is there still some way to what I want? Bye, Tassilo