Variable: org-group-tags

org-group-tags is a customizable variable defined in org.el.gz.

Value

t

Documentation

When non-nil (the default), use group tags.

This can be turned on/off through org-toggle-tags-groups.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-group-tags t
  "When non-nil (the default), use group tags.
This can be turned on/off through `org-toggle-tags-groups'."
  :group 'org-tags
  :group 'org-startup
  :type 'boolean)