From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: [bug] beamer export envargs for column not working properly Date: Sun, 21 Nov 2010 00:28:37 +0000 Message-ID: <87r5efh64q.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=54941 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJxnP-0002VZ-Sl for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 19:28:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJxnO-0004dF-UP for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 19:28:43 -0500 Received: from vscane-a2.ucl.ac.uk ([144.82.108.42]:48555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJxnO-0004d1-Ng for emacs-orgmode@gnu.org; Sat, 20 Nov 2010 19:28:42 -0500 Received: from 79-67-224-146.dynamic.dsl.as9105.com ([79.67.224.146] helo=localhost) by vscane-a.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1PJxnJ-0005W9-33 for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 00:28:37 +0000 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 Org mode mailing list Hi, I am trying to create a beamer slide which has two columns. The second column should only appear after a while (the 6th uncovering operation). In latex, I would do: : \begin{column}<6->{0.4\textwidth} say. In org, I would expect to be able to get this latex code generated by the following: --8<---------------cut here---------------start------------->8--- ***** column heading :BMCOL:B_block: :PROPERTIES: :BEAMER_col: 0.4 :BEAMER_envargs: c<6-> :BEAMER_extra: :BEAMER_env: block :END: --8<---------------cut here---------------end--------------->8--- according to the info documentation (Beamer class export). However, this does not work: the "c<6->" is placed verbatim in the \begin{block} that comes after the \begin{column}. Furthermore, if I ask for the heading to be ignored (instead of defining a block), the envargs are lost completely! Thanks, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.3 (release_7.3.104.gf692)