From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [bug] beamer export envargs for column not working properly Date: Sun, 21 Nov 2010 09:39:30 +0100 Message-ID: <5364E86F-9685-478F-BDA2-8CE858A048FB@gmail.com> References: <87r5efh64q.fsf@ucl.ac.uk> 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 [140.186.70.92] (port=37019 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PK5SR-0000gy-Ua for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 03:39:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PK5SQ-0004s2-OC for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 03:39:35 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:41827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PK5SQ-0004rs-IN for emacs-orgmode@gnu.org; Sun, 21 Nov 2010 03:39:34 -0500 Received: by eydd26 with SMTP id d26so3424468eyd.0 for ; Sun, 21 Nov 2010 00:39:33 -0800 (PST) In-Reply-To: <87r5efh64q.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: Emacs Org mode mailing list Hi Eric, could you make me a slightly more complete example, with your beamer setup? So a full test file that will show this behavior? Thanks. - Carsten On Nov 21, 2010, at 1:28 AM, Eric S Fraga wrote: > 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) > > _______________________________________________ > 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