From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Beamer export: Are handout notes possible? Date: Wed, 07 Sep 2011 11:55:34 +0200 Message-ID: <871uvsk76x.fsf@thinkpad.tsdh.de> References: <87mxegkh10.fsf@thinkpad.tsdh.de> <654F76BA-8C59-43E7-B05B-EFA8F0941E99@gmail.com> <8762l4k9hr.fsf@thinkpad.tsdh.de> <8762l4n1th.fsf@pinto.chemeng.ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Fy7-0006JC-Cf for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 07:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1Fy6-0004Nh-Bn for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 07:06:59 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:60407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Fy6-0004Na-5x for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 07:06:58 -0400 In-Reply-To: (Carsten Dominik's message of "Wed, 7 Sep 2011 11:26:02 +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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: Hi! >>>> I thought using a subtree with a B_note or a >>>> B_noteNH property would do this, in a way? >>> >>> Yes, I've thought this was true, but it is not, or at least I don't >>> understand how to use it correctly. >>> >>> Something like >>> >>> ** Notes just for me :B_note: >>> >>> - bla bla >>> >>> is correctly exported as \note{Notes just for me...}, but that creates a >>> real slide in the presentation. I don't know how to tell beamer not to >>> include note slides in the presentation. >> >> Three alternatives: >> >> \setbeameroptions{show notes} >> \setbeameroptions{show only notes} >> \setbeameroptions{hide notes} Great, thanks. > Should this information be in the docs somewhere? Since the docs explicitly use :B_note:, I'd say that would be very helpful. Bye, Tassilo