From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: How to use overprint in Beamer export Date: Mon, 22 Apr 2013 20:10:09 -0600 Message-ID: <874neyyp32.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUSgR-0002Nr-7R for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 22:10:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUSgQ-0005Dm-2Y for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 22:10:15 -0400 Received: from mail-da0-x22b.google.com ([2607:f8b0:400e:c00::22b]:48646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUSgP-0005Dg-Sa for emacs-orgmode@gnu.org; Mon, 22 Apr 2013 22:10:14 -0400 Received: by mail-da0-f43.google.com with SMTP id u36so69945dak.16 for ; Mon, 22 Apr 2013 19:10:13 -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: Org Mode Mailing List Hi, I'd like to enclose a series of blocks which replace each other in the Beamer overprint environment. Here's the LateX I'd like to produce. % latex \begin{frame}[fragile]{The Things} \begin{block}{Things} \begin{description}[<+->] \item[foo] the first thing I want to talk about \item[bar] this is the second, follows the first \item[baz] third and final \end{description} \end{block} \begin{overprint} \onslide<1> \begin{block}{Foo} A picture of a ``foo''. \end{block} \onslide<2> \begin{block}{Bar} Some text about ``bar''. \end{block} \onslide<3> \begin{block}{Baz} Content relevant only to ``baz''. \end{block} \end{overprint} \end{frame} I see no way to generate this from Org-mode given the folding behavior of Org-mode outlines. Namely the fact that there is no way to *close* a heading. Any suggestions appreciated. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte