Variable: org-tags-exclude-from-inheritance

org-tags-exclude-from-inheritance is a customizable variable defined in org.el.gz.

Value

nil

Documentation

List of tags that should never be inherited.

This is a way to exclude a few tags from inheritance. For way to do the opposite, to actively allow inheritance for selected tags, see the variable org-use-tag-inheritance.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-tags-exclude-from-inheritance nil
  "List of tags that should never be inherited.
This is a way to exclude a few tags from inheritance.  For way to do
the opposite, to actively allow inheritance for selected tags,
see the variable `org-use-tag-inheritance'."
  :group 'org-tags
  :type '(repeat (string :tag "Tag")))