From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Suppressing information in org-beamer Date: Sun, 10 Jan 2010 10:02:17 +0100 Message-ID: <4464159D-4E0F-41C2-8DA9-190D203B88ED@gmail.com> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTtgo-0003Uh-Rx for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 04:02:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTtgj-0003QK-QK for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 04:02:26 -0500 Received: from [199.232.76.173] (port=49491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTtgj-0003QB-Dy for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 04:02:21 -0500 Received: from mail-ew0-f214.google.com ([209.85.219.214]:50841) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTtgi-0004OG-Ri for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 04:02:21 -0500 Received: by ewy6 with SMTP id 6so20037153ewy.9 for ; Sun, 10 Jan 2010 01:02:19 -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: Marvin Doyley Cc: emacs-orgmode@gnu.org Hi Marvin, On Jan 10, 2010, at 1:47 AM, Marvin Doyley wrote: > 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 ? I think you'd add to the BEAMER_envargs property of the node that is turned into a frame. The only way to use \only right now would be to just write it in the text \only<4->{The proof used \textit{reductio ad absurdum}.} Hmmm, maybe this will not work? Try #+BEAMER: \only<4->{The proof used \textit{reductio ad absurdum}.} HTH - Carsten P.S. Any ideas to make a better way to use \uncover and \only on selected material? > > Best Wishes, > > M > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten