From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Custom column environment in beamer export Date: Tue, 16 Jun 2015 00:00:46 +0200 Message-ID: <20150615220046.GA6595@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4cR4-0003cS-VN for emacs-orgmode@gnu.org; Mon, 15 Jun 2015 18:00:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4cQz-0001X1-Nh for emacs-orgmode@gnu.org; Mon, 15 Jun 2015 18:00:54 -0400 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:34715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4cQz-0001Vp-Ge for emacs-orgmode@gnu.org; Mon, 15 Jun 2015 18:00:49 -0400 Received: by wgv5 with SMTP id 5so79234032wgv.1 for ; Mon, 15 Jun 2015 15:00:48 -0700 (PDT) Received: from chitra.no-ip.org (ip82-139-115-46.lijbrandt.net. [82.139.115.46]) by mx.google.com with ESMTPSA id gj7sm17806778wib.4.2015.06.15.15.00.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 15:00:48 -0700 (PDT) Content-Disposition: inline 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 Org mode Hi, Is it possible to define a custom column like environment? At the moment I'm hacking around the need with this: (add-to-list 'org-beamer-environments-extra '("minipage" "m" "\\begin{minipage}%H" "\\end{minipage}%")) With the above I can export the following * 0.1\linewidth :B_minipage: :PROPERTIES: :BEAMER_env: minipage :END: +/cFit/+ to \begin{minipage}{0.1\linewidth} \structure{\emph{cFit}} \end{minipage}% However within Org, not being able to specify a descriptive headline sacrifices readability. It would be great if I could write something like this: * Fitting technique :B_minipage: :PROPERTIES: :BEAMER_env: minipage :BEAMER_arg: 0.1\linewidth :END: +/cFit/+ I seem to recall this was possible in the past. Is there any chance to get something like this going? Thanks for any thoughts. Cheers, -- Suvayu Open source is the future. It sets us free.