From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: BEAMER_act and special environments Date: Mon, 11 Nov 2013 09:21:23 +0100 Message-ID: <20131111082123.GB21748@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vfmkb-0005Bf-OK for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 03:21:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfmkT-0007a8-6O for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 03:21:37 -0500 Received: from mail-ee0-x22f.google.com ([2a00:1450:4013:c00::22f]:50756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfmkS-0007Yl-VP for emacs-orgmode@gnu.org; Mon, 11 Nov 2013 03:21:29 -0500 Received: by mail-ee0-f47.google.com with SMTP id c13so2235263eek.20 for ; Mon, 11 Nov 2013 00:21:27 -0800 (PST) Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id h8sm59689193eew.16.2013.11.11.00.21.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Nov 2013 00:21:26 -0800 (PST) Content-Disposition: inline In-Reply-To: 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 Hi James, On Mon, Nov 11, 2013 at 11:14:20AM +0800, James Harkins wrote: > > I'm not especially familiar with emacs-lisp and I haven't looked at the > functions for node properties at all. Unfortunately, I'm under a time crunch > today and I don't have the few hours it would take to get up to speed > (otherwise, I'd have a go at it myself). > > It seems that everything in org-beamer-environments-default supports overlay > specifications, except beamercolorbox. OK... what about > org-beamer-environments-special? I found today that B_columns ignores any > overlay specification given in the heading's properties. That is: IIUC, columns is a "container" environment for other column environments. Here is an example from my slides: \begin{frame}[label=sec-3-4]{Distinguishing CP eigenstates} \begin{columns} \begin{column}{0.5\textwidth} \begin{figure}[htb] \centering \includegraphics[width=0.9\textwidth]{fig1.eps} \caption{m$_\mathrm{ES}$ for B₋ → cc̄K$_S$} \end{figure} \end{column} \begin{column}{0.5\textwidth} \begin{figure}[htb] \centering \includegraphics[width=0.9\textwidth]{fig2.eps} \caption{ΔE for B₊ → J/ψK$_L$} \end{figure} \end{column} \end{columns} \end{frame} So I would think the overlay specification is appropriate for column, not columns. Hope this helps, -- Suvayu Open source is the future. It sets us free.