From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Beamer] Combining blocks, columns, and column(s) options Date: Tue, 24 Mar 2015 22:00:56 +0100 Message-ID: <878uemrtyv.fsf@nicolasgoaziou.fr> References: <87k2y7nxae.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]:40717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaVvO-0001QY-Fv for emacs-orgmode@gnu.org; Tue, 24 Mar 2015 16:59:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaVvL-0002v7-8d for emacs-orgmode@gnu.org; Tue, 24 Mar 2015 16:59:46 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:52298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaVvL-0002uw-2V for emacs-orgmode@gnu.org; Tue, 24 Mar 2015 16:59:43 -0400 In-Reply-To: (Matthew Gidden's message of "Tue, 24 Mar 2015 11:25:01 -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 Matthew Gidden writes: > I just wanted to report back that this worked out perfectly. Thanks! I'd = be > happy to add documentation somewhere if it is desired. This is already documented: Moreover, headlines handle the =E2=80=98BEAMER_COL=E2=80=99 property. = Its value should be a decimal number representing the width of the column as a fraction of the total text width. If the headline has no specific environment, its title will be ignored and its contents will fill the column created. Otherwise, the block will fill the whole column and the title will be preserved. Two contiguous headlines with a non-=E2=80=98ni= l=E2=80=99 =E2=80=98BEAMER_COL=E2=80=99 value share the same =E2=80=98columns=E2=80= =99 LaTeX environment. It will end before the next headline without such a property. This environment is generated automatically. Although, it can also be explicitly created, with a special =E2=80=98columns=E2=80=99 value for =E2=80=98BEAM= ER_ENV=E2=80=99 property (if it needs to be set up with some specific options, for example). in particular the last sentence. However, feel free to improve it, or suggest an example, if you think this is not clear. Regards,