From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Beamer] Combining blocks, columns, and column(s) options Date: Mon, 23 Mar 2015 23:50:33 +0100 Message-ID: <87k2y7nxae.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaB9t-00036D-D0 for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 18:49:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaB9q-000488-3f for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 18:49:21 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:46851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaB9p-000484-Kx for emacs-orgmode@gnu.org; Mon, 23 Mar 2015 18:49:18 -0400 In-Reply-To: (Matthew Gidden's message of "Mon, 23 Mar 2015 15:12:37 -0500") 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: Matthew Gidden Cc: emacs-orgmode Hello Matthew Gidden writes: > I've found a number of references to the problem of aligning columns, > especially using the block environment [1, 2, 3]. Specifically, I would > like to supply option arguments to either the `columns` or `column` latex > environment directive. As written, it appears that only the `block` > environment can be supplied options. I have also tried the BEAMER_envarg > suggestion on the website to > no avail. "BEAMER_envarg" no longer exists. Using "columns", as suggested in the manual, should work however: * Foo ** Columns :B_columns: :PROPERTIES: :BEAMER_env: columns :BEAMER_opt: t :END: *** Bar :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.45 :BEAMER_env: block :END: foo *** Baz :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.45 :BEAMER_env: block :END: foo Regards, -- Nicolas Goaziou