From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [new exporter] strange behaviour and a question for beamer export Date: Wed, 13 Feb 2013 14:40:38 +0100 Message-ID: <87pq04cox5.fsf@gmail.com> References: <877gmc7usb.fsf@ucl.ac.uk> <87vc9w6bi3.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5caE-0008DC-29 for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 08:41:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5ca4-0007R2-7w for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 08:41:09 -0500 Received: from wi-in-x022a.1e100.net ([2a00:1450:400c:c05::22a]:64237 helo=mail-wi0-x22a.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5ca4-0007Pv-0u for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 08:41:00 -0500 Received: by mail-wi0-f170.google.com with SMTP id hm11so5897160wib.5 for ; Wed, 13 Feb 2013 05:40:53 -0800 (PST) In-Reply-To: <87vc9w6bi3.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 13 Feb 2013 15:44:44 +1030") 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 Hello, Eric S Fraga writes: > It would appear, if I understand the documentation in ox-beamer.el > correctly, that an ignoreheading block environment is incompatible with > a column specification. If this is so, it would be nice if the exporter > would indicate an error of some sort or if the beamer minor mode would > catch this; it might not be easy to do the latter, mind you. Your understanding is correct. But, I see no ambiguity about the relation between "ignoreheading" and "columns" in the documentation (it is written that an "ignoreheading" explicitly closes a "columns" environment) On a related topic, I'd like to define some behaviour for combinations like "ignoreheading + BEAMER_act". Hence: --8<---------------cut here---------------start------------->8--- * Headline :ignoreheading: :PROPERTIES: :BEAMER_env: ignoreheading :BEAMER_act: 2- :END: Contents --8<---------------cut here---------------end--------------->8--- should make contents appear outside of a (visible) block, but only from the second frame. This isn't the case actually. I'm not sure about what environment to use for that. > Thanks and sorry again for all the noise. My presentation is now ready > in all its glory ;-) Great. Regards, -- Nicolas Goaziou