From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avdi Grimm Subject: Beamer onlyenv Date: Sun, 26 Aug 2012 14:45:12 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9cdc3832c818c04c82f9d85 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5hq2-0004ib-Pd for emacs-orgmode@gnu.org; Sun, 26 Aug 2012 14:45:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5hq1-0006IG-QH for emacs-orgmode@gnu.org; Sun, 26 Aug 2012 14:45:34 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:60754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5hq1-0006IC-Ka for emacs-orgmode@gnu.org; Sun, 26 Aug 2012 14:45:33 -0400 Received: by vbkv13 with SMTP id v13so4228783vbk.0 for ; Sun, 26 Aug 2012 11:45:32 -0700 (PDT) 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 Org-Mode --14dae9cdc3832c818c04c82f9d85 Content-Type: text/plain; charset=ISO-8859-1 I have a lot of slides where I want to incrementally show arbitrary information or code that is *not* part of a bullet list. I've been doing it like this: #+BEAMER: \begin{onlyenv}<2-> ...some content... #+BEAMER: \end{onlyenv} I haven't been able to find any comprehensive org-beamer docs, and I've been wondering: is there a nicer way to do this using org's beamer support? I know about the shorthand syntax for bullet lists: ** <1-> Point 1 ** <2-> Point 2 ** <3-> etc... But again, this is for content outside of lists. Thanks, -- Avdi --14dae9cdc3832c818c04c82f9d85 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I have a lot of slides where I want to incrementally show arbitrary informa= tion or code that is *not* part of a bullet list. I've been doing it li= ke this:

#+BEAMER: \begin{onlyenv}<2->
...some content...
#+BEAMER: \end{onlyenv}

I haven't been able to find any comprehensive org-beamer docs, and I= 've been wondering: is there a nicer way to do this using org's bea= mer support?

I know about the shorthand syntax for bullet lists:

** <1-> Point 1
** <2-> Point 2=
** <3-> etc...

But again, this is= for content outside of lists.

Thanks,

--
Avdi --14dae9cdc3832c818c04c82f9d85--