From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: beamer_env tag issue with empty headlines Date: Tue, 18 Aug 2015 14:43:39 +0200 Message-ID: <20150818124339.GD18991@chitra.no-ip.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRgEy-0004SW-VV for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 08:43:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRgEy-0005na-73 for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 08:43:44 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:34597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRgEx-0005nH-Uz for emacs-orgmode@gnu.org; Tue, 18 Aug 2015 08:43:44 -0400 Received: by wicne3 with SMTP id ne3so99659711wic.1 for ; Tue, 18 Aug 2015 05:43:42 -0700 (PDT) Received: from chitra.no-ip.org ([2001:610:120:3001:2ad2:44ff:fe4a:b029]) by smtp.gmail.com with ESMTPSA id y13sm26352138wjq.26.2015.08.18.05.43.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Aug 2015 05:43:41 -0700 (PDT) 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 On Mon, Aug 17, 2015 at 11:11:59PM -0400, Prateek Mehta wrote: > > I have a beamer block setup like below, so that it does not have a headline. > > > ** :B_block:BMCOL: > :PROPERTIES: > :BEAMER_col: 0.64 > :BEAMER_env: block > :END: > > - Some text here > > When I export it, the beamer environment tags show up in the pdf. This was > not the case a couple of months ago, when the tags didn't appear in the > pdf. > > If the the headline is not empty, the tags do not show in the pdf and it > works as it used to. I can confirm this behaviour. I do not know if this is a regression, but it is inconsistent for sure. That said, you can hack around this by using \phantom{dummy}. Hope this helps, -- Suvayu Open source is the future. It sets us free.