From 6ab622fd30c26e907df654edd95e517cc08e1730 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 27 May 2008 10:14:11 +0200 Subject: [PATCH] Fix sparse tree documentation. --- doc/org.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 96fb27a20..24005e393 100644 --- a/doc/org.texi +++ b/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: -- 2.11.4.GIT