From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: exclude_tags stoppped working at 9.0.5 release? Date: Fri, 17 Feb 2017 11:32:08 -0500 Message-ID: <87mvdkzsl3.fsf@alphaville.usersys.redhat.com> References: <874lzu0wew.fsf@alphaville.usersys.redhat.com> <87zihlzu95.fsf@alphaville.usersys.redhat.com> <87k28patsn.fsf@nicolasgoaziou.fr> 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]:54758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1celSI-0003N8-RB for emacs-orgmode@gnu.org; Fri, 17 Feb 2017 11:32:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1celSF-0007ly-P3 for emacs-orgmode@gnu.org; Fri, 17 Feb 2017 11:32:22 -0500 Received: from [195.159.176.226] (port=34531 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1celSF-0007ll-Iy for emacs-orgmode@gnu.org; Fri, 17 Feb 2017 11:32:19 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1celS6-0005hb-3Z for emacs-orgmode@gnu.org; Fri, 17 Feb 2017 17:32:10 +0100 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" To: emacs-orgmode@gnu.org Leslie Watter writes: > Hi Folks, > > I've tried org-lint on the files of these pastebin: > > http://pastebin.com/p7D3Qwd6 > > which are the same files but with tags on headlines, and it returned nothing to me, but again, I still > haveĀ  > headings with :gabarito: exported to latex. The org-lint comment was a sideline: as Nicolas said, the problem is that empty headlines with tags are ambiguous: the following *** :foo: is interpreted as a headline ":foo:" with no tag, not as an empty headline with tag :foo: - the workaround is not to have empty headlines: *** baz :foo: -- Nick