From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Loginov Subject: how to "untag" subtree? Date: Fri, 05 Oct 2007 18:54:24 +0700 Message-ID: <87abqxepzj.fsf@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Idlm2-00016k-Mf for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 07:55:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Idllz-00016Y-A9 for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 07:55:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Idllz-00016V-3E for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 07:55:15 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Idlly-0005Pq-Fn for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 07:55:14 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IdllS-0001g6-4X for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 11:54:42 +0000 Received: from itam174.itam.nsc.ru ([194.226.179.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2007 11:54:42 +0000 Received: from zeliboba by itam174.itam.nsc.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2007 11:54:42 +0000 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: emacs-orgmode@gnu.org 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? thanks Maxim Loginov