Function: org-tags-sparse-tree
org-tags-sparse-tree is a function alias and interactive for
org-match-sparse-tree, defined in org.el.gz.
Signature
(org-tags-sparse-tree &optional TODO-ONLY MATCH)
Documentation
Create a sparse tree according to tags string MATCH.
MATCH is a string with match syntax. It can contain a selection of tags ("+work+urgent-boss"), properties ("LEVEL>3"), and TODO keywords ("TODO=\\"WAITING\"") or a combination of those. See the manual for details.
If optional argument TODO-ONLY is non-nil, only select lines that are also TODO tasks.
Key Bindings