From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: B_column does not insert :BEAMER_COL: Date: Thu, 26 May 2016 15:54:28 +0200 Message-ID: <874m9kaprf.fsf@saiph.selenimh> References: <87y46x9q0m.fsf@saiph.selenimh> <87h9dl9fff.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5vkI-0000bN-PV for emacs-orgmode@gnu.org; Thu, 26 May 2016 09:54:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5vkD-0005k0-Mt for emacs-orgmode@gnu.org; Thu, 26 May 2016 09:54:41 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5vkD-0005jj-Gr for emacs-orgmode@gnu.org; Thu, 26 May 2016 09:54:37 -0400 In-Reply-To: (Rainer M. Krug's message of "Thu, 26 May 2016 15:25:14 +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" To: Rainer M Krug Cc: emacs-orgmode@gnu.org Rainer M Krug writes: > This adds the :BEAMER_col: property, which is converted on export to > the column environment with the given width, i.e. the same as B_column > plus the width in PROPERTIES. As far as I see, it does nothing with > the columns (B_columns) environment - or am I missing something here? If you look to the generated LaTeX code, you should see that there is a both a "columns" and a "column" environment even though you only specify BMCOL. > I don't think one can use B_columns without specifying the width > in :PROPERTIES: Of course not. AFAIR, there is no width attribute for "columns" in Beamer. B_columns is meant to be used in addition to BMCOL, when options the latter provides are not enough. > and nothing stops me to add additional PROPERTIES in the BMCOL > property. Only if you don't use it along with other environment. Otherwise, the properties apply to the other environment. Regards,