An important feature of Org mode is the ability to construct sparse trees for selected information in an outline tree, so that the entire document is folded as much as possible, but the selected information is made visible along with the headline structure above it1. Just try it out and you will see immediately how it works.
Org mode contains several commands creating such trees, all these commands can be accessed through a dispatcher:
The other sparse tree commands select headings based on TODO keywords, tags, or properties and will be discussed later in this manual.
[1] See also the
variables org-show-hierarchy-above, org-show-following-heading,
org-show-siblings, and org-show-entry-below for detailed
control on how much context is shown around each match.