From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to check whether an element (really) has some tag? Date: Thu, 29 Jan 2015 13:00:50 +0100 Message-ID: <87bnlhssnh.fsf@nicolasgoaziou.fr> References: <874mraeex3.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGnlI-0007dh-W9 for emacs-orgmode@gnu.org; Thu, 29 Jan 2015 06:59:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGnlF-0000Es-Ns for emacs-orgmode@gnu.org; Thu, 29 Jan 2015 06:59:52 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:51217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGnlF-0000CP-Hz for emacs-orgmode@gnu.org; Thu, 29 Jan 2015 06:59:49 -0500 In-Reply-To: <874mraeex3.fsf@wmi.amu.edu.pl> (Marcin Borkowski's message of "Wed, 28 Jan 2015 23:08:56 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marcin Borkowski Cc: Org-Mode mailing list Hello, Marcin Borkowski writes: > I can do (member-ignore-case "sometag" (org-element-property :tags > element)), but I'd like to know whether some element has the tag, not > taking inheritance into account. Is there a simple way to do it? There is no simpler solution than the one you suggested, which, IMO, is already simple enough. Regards, -- Nicolas Goaziou