Konstantin Antipin <antipin.konstan...@googlemail.com> 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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to