From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Thomas Subject: Uncover bullet points with BEAMER_env: ignoreheading Date: Thu, 24 Feb 2011 23:13:51 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=38022 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Psq03-0008Uv-76 for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 00:13:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Psq02-0001zE-0K for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 00:13:55 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:45121) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Psq01-0001z1-Tp for emacs-orgmode@gnu.org; Fri, 25 Feb 2011 00:13:53 -0500 Received: by vxc38 with SMTP id 38so1426083vxc.0 for ; Thu, 24 Feb 2011 21:13:52 -0800 (PST) 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 I've been using BEAMER_env: ignoreheading to generate columns of bulleted lists as follows #+begin_src org * hidden heading 1 :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: ignoreheading :BEAMER_envargs: [<+->] :END: ** Item 1 ** Item 2 * hidden heading 2 :BMCOL:B_ignoreheading: :PROPERTIES: :BEAMER_col: 0.5 :BEAMER_env: ignoreheading :BEAMER_envargs: [<+->] :END: ** Item 3 ** Item 4 #+begin_src org But the "[<+->]" is not included in the LaTeX export so the bullets are not revealed sequentially. Is there a way to include this flag in the export? Thanks, Derek Thomas