Fix sparse tree documentation.
This commit is contained in:
parent
07e361b172
commit
6ab622fd30
16
doc/org.texi
16
doc/org.texi
|
@ -1082,14 +1082,14 @@ added.
|
|||
@cindex folding, sparse trees
|
||||
@cindex occur, command
|
||||
|
||||
An important feature of Org mode is the ability to construct
|
||||
@emph{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
|
||||
it@footnote{See also the variables @code{org-show-hierarchy-above},
|
||||
@code{org-show-following-heading}, and @code{org-show-siblings} for
|
||||
detailed control on how much context is shown around each match.}. Just
|
||||
try it out and you will see immediately how it works.
|
||||
An important feature of Org mode is the ability to construct @emph{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 it@footnote{See also the
|
||||
variables @code{org-show-hierarchy-above}, @code{org-show-following-heading},
|
||||
@code{org-show-siblings}, and @code{org-show-entry-below} for detailed
|
||||
control on how much context is shown around each match.}. 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:
|
||||
|
|
Loading…
Reference in New Issue