From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: how to "untag" subtree? Date: Fri, 5 Oct 2007 14:17:00 +0200 Message-ID: References: <87abqxepzj.fsf@mail.ru> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Idm71-0007ZW-AD for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 08:16:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Idm6z-0007Yq-Sr for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 08:16:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Idm6z-0007Yk-Fw for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 08:16:57 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Idm6y-00036y-Mr for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 08:16:57 -0400 In-Reply-To: <87abqxepzj.fsf@mail.ru> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Maxim Loginov Cc: emacs-orgmode@gnu.org On Oct 5, 2007, at 13:54, Maxim Loginov wrote: > hi all > > I use tag inheritance, but sometimes I do not want that subtree has > one or more inherited tags. like this: > > * Python :python: > ** TODO write script A > A is written in python, so tag :python: is ok > *** TODO look how it is implemented in B > B is not related to python and I do not want > to have tag :python: on this subtree! > > is there any mechanism to untag subtree? No, that is not possible. As a work-around, can create an additonal tag "nopython" and then craft your search correspondingly. - Carsten