From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Suppressing information in org-beamer Date: Sat, 9 Jan 2010 19:47:13 -0500 Message-ID: Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTlxl-0005LT-CU for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 19:47:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTlxg-0005JW-On for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 19:47:25 -0500 Received: from [199.232.76.173] (port=50066 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTlxg-0005JT-H0 for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 19:47:20 -0500 Received: from cowpens.ceas.rochester.edu ([128.151.162.25]:48673) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTlxg-0008Q8-1r for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 19:47:20 -0500 Received: from [10.0.1.198] (vpn4-5.net.rochester.edu [128.151.4.5]) by cowpens.ceas.rochester.edu (8.13.6/8.13.6) with ESMTP id o0A0lEVG021518 for ; Sat, 9 Jan 2010 19:47:14 -0500 (EST) 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: emacs-orgmode@gnu.org Dear all, I use beamer to prepare lectures, and find it useful to suppress = information or slides on the version of the slides that I distribute to = the class at the start of my lectures. I suppress information using the = beamer handout mode and the following latex commands \newcommand{\hushframe}{\frame} \newcommand{\hushit}{\only} It would be nice to incorporate this in org-beamer, does anybody have = any ideas ? Best Wishes, M