From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Re: embedded/inherited tags Date: Mon, 30 Mar 2009 08:29:59 -0600 Message-ID: References: <61176df0903280629g76b084cen50eec7fc0bb7271a@mail.gmail.com> 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 1LoIVK-0005bx-Fk for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 10:30:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoIVD-0005bE-FU for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 10:30:21 -0400 Received: from [199.232.76.173] (port=43067 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoIVC-0005b8-Nz for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 10:30:15 -0400 Received: from main.gmane.org ([80.91.229.2]:52795 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 1LoIVC-0007bY-Cy for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 10:30:14 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LoIVA-0004m5-LM for emacs-orgmode@gnu.org; Mon, 30 Mar 2009 14:30:12 +0000 Received: from c-67-177-235-141.hsd1.co.comcast.net ([67.177.235.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Mar 2009 14:30:12 +0000 Received: from mlists by c-67-177-235-141.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Mar 2009 14:30:12 +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 Konstantin Antipin writes: > Is there any way to make tags inherited from another tag? > For example, I have following tags: > :tech: > :emacs: > :orgmode: > :ubuntu: > > :other: No, tags cannot inherit from one another, but you can achieve a similar effect by structuring your headings in the same fashion. Org has tag inheritance, but in this case it just means that a heading will inherit the tags from its parent heading: * Technology :tech: ** Emacs :emacs: *** Org Mode :orgmode: **** TODO Turn on tag inheritance The TODO heading from above will have the following tags (if tag inheritance is enabled): :tech:emacs:orgmode: -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US