From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: New beamer exporter: top-aligned columns Date: Sun, 03 Mar 2013 18:24:18 +0100 Message-ID: <87a9qkwg59.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCCeI-0000q9-EP for Emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:24:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCCeH-0004wv-D0 for Emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:24:34 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:48154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCCeH-0004wp-6k for Emacs-orgmode@gnu.org; Sun, 03 Mar 2013 12:24:33 -0500 Received: by mail-wi0-f177.google.com with SMTP id hm14so1108852wib.4 for ; Sun, 03 Mar 2013 09:24:32 -0800 (PST) In-Reply-To: (James Harkins's message of "Sun, 3 Mar 2013 23:19:33 +0800") 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: jamshark70@dewdrop-world.net Cc: Emacs-orgmode@gnu.org Hello, James Harkins writes: > According to beameruserguide.pdf, I can give an option "t" to a > columns environment to align the columns by the top line of text. It's > not clear to me how to put this into org. > > So far, I have: > > *** Columns :B_columns: > :PROPERTIES: > :BEAMER_env: columns > :END: > > Where should the "t" go? Some :options string, I suppose. Try :BEAMER_opt: t property. Adding options to columns is the only case where you explictly need a "columns" environment. Otherwise it can be omitted, and will be created along with the first headline with a "BEAMER_col" property (see comments at the beginning of ox-beamer.el). Regards, -- Nicolas Goaziou