From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: New beamer exporter: top-aligned columns Date: Sun, 3 Mar 2013 23:19:33 +0800 Message-ID: Reply-To: jamshark70@dewdrop-world.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCAhK-00021h-Mr for Emacs-orgmode@gnu.org; Sun, 03 Mar 2013 10:19:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCAhJ-0003St-Uj for Emacs-orgmode@gnu.org; Sun, 03 Mar 2013 10:19:34 -0500 Received: from mail-oa0-f44.google.com ([209.85.219.44]:47731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCAhJ-0003Sn-Pn for Emacs-orgmode@gnu.org; Sun, 03 Mar 2013 10:19:33 -0500 Received: by mail-oa0-f44.google.com with SMTP id h1so8082578oag.31 for ; Sun, 03 Mar 2013 07:19:33 -0800 (PST) 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 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. Thanks. hjh