From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: beamer_env tag issue with empty headlines Date: Wed, 19 Aug 2015 10:56:40 +0200 Message-ID: <871tezbqrb.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRz9D-0008Ng-Ox for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 04:55:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRz9C-0004kJ-Rr for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 04:55:03 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:41267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRz9C-0004jS-M0 for emacs-orgmode@gnu.org; Wed, 19 Aug 2015 04:55:02 -0400 In-Reply-To: (Prateek Mehta's message of "Mon, 17 Aug 2015 23:11:59 -0400") 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: Prateek Mehta Cc: emacs-orgmode@gnu.org Hello, Prateek Mehta writes: > 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. > > Has there been a recent change that introduced this? This is an ambiguous headline. Indeed, it's impossible to tell if it is an empty headline with tags or a headline without tags whose title is ":B_block:BMCOL:". I think the last option is better as the first one prevents any headline's title from being enclosed within colons. This is restrictive. In any case, there are workarounds available for what you have to do. Regards, -- Nicolas Goaziou