From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: negating a filetag on an entry? Date: Fri, 15 Jul 2016 16:17:32 -0300 Message-ID: <20160715191731.GA5028@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO9DR-0007nz-H6 for emacs-orgmode@gnu.org; Fri, 15 Jul 2016 15:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bO9DO-0000f6-Dn for emacs-orgmode@gnu.org; Fri, 15 Jul 2016 15:56:05 -0400 Received: from gproxy8-pub.mail.unifiedlayer.com ([67.222.33.93]:56556) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1bO9DO-0000eI-3Q for emacs-orgmode@gnu.org; Fri, 15 Jul 2016 15:56:02 -0400 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" To: John Kitchin Cc: Emacs Org Mode Mailing List On Fri, Jul 15, 2016 at 08:20:58AM -0400, John Kitchin wrote: > If I use a line like: > > #+FILETAGS: f16-06625 > > and I want a headline in the file to not have that tag, is that possible? There is a hack by David Maus to remove redundant (already inherited) tags from a heading: https://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00630.html Regards, .j.