From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: BEAMER_ACT ignored during export in column environment Date: Thu, 10 Sep 2015 06:56:59 +0200 Message-ID: <878u8ean38.fsf@free.fr> References: <87613ju4qa.fsf@free.fr> <87io7jg00w.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZtuy-0000VL-Hm for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 00:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZtuv-000659-BO for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 00:57:04 -0400 Received: from smtp3-g21.free.fr ([212.27.42.3]:37514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZtuv-00064h-6F for emacs-orgmode@gnu.org; Thu, 10 Sep 2015 00:57:01 -0400 Received: from touco (unknown [37.165.29.43]) by smtp3-g21.free.fr (Postfix) with ESMTPS id D0467A6203 for ; Thu, 10 Sep 2015 06:56:59 +0200 (CEST) In-Reply-To: <87io7jg00w.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Wed, 09 Sep 2015 16:06:23 +0200") 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@gnu.org Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > >> The "article" property of the "Column3" heading isn't exported to the >> TeX file whereas the one of "Column 2 in a heading" is. However Beamer >> supports this overlay for column environment. > > Are you sure column environment supports overlays? It doesn't seem so in > my local copy of Beamer user's guide. I have > > \begin{column}[]{} > > \end{column} > > It might be outdated, tho. Nothing in my user's guide about overlay specifications for column you're right. However the mode (
) has an effect: the environment is ignored in
mode at least. Moreover, a pure overlay specification like to a column environment doesn't prevent a beamer document from being compiled. Couldn't org export it so that we recover the usage=C2=A0? Julien.