From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Beamer and notes blocks Date: Sun, 28 Nov 2010 12:29:44 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53890 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMfS0-0005Sz-H0 for emacs-orgmode@gnu.org; Sun, 28 Nov 2010 06:29:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMfRz-00077N-FW for emacs-orgmode@gnu.org; Sun, 28 Nov 2010 06:29:48 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:60382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMfRz-000778-9S for emacs-orgmode@gnu.org; Sun, 28 Nov 2010 06:29:47 -0500 Received: by eydd26 with SMTP id d26so15112071eyd.0 for ; Sun, 28 Nov 2010 03:29:46 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stephen Eglen Cc: emacs-orgmode@gnu.org On Nov 28, 2010, at 11:59 AM, Stephen Eglen wrote: > Jeff Horn writes: > >> Could someone enlighten me as to how to get blocks with the beamer >> environment "notes" to show up? >> >> Specifically, I don't want notes to show up in the presentation (the >> default, expected behavior), but I would like them to show up in a >> speaker notes pdf. >> >> How are you producing speaker notes for your Beamer presentations >> using org-export? > > At the moment, my solution is to add: > #+LaTeX_CLASS_OPTIONS: [notes] > > into your .org file when you want the beamer notes added, and disable > that line (e.g. put a space after the hash) when you don't want the > notes included. > > Is there another way though? I am not sure. But maybe you could try to specify what a good interfact for notes would look like? - Carsten