summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2010-09-03 10:57:51 +0200
committerBastien Guerry <bzg@altern.org>2010-09-03 10:57:51 +0200
commitf4143ddf1bd300004a1d1f245427a66a4d079677 (patch)
treebaa47fe15871dfb7b1da329d9958eb96388fcbd4
parentba4bf2c96e23e7490ba726b462f4628ab5f37e7e (diff)
downloadorg-mode-f4143ddf1bd300004a1d1f245427a66a4d079677.tar.gz
org.texi: be explicit on which agenda views support `org-agenda-skip-function'.
-rw-r--r--doc/org.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 4ce32ce..71d1823 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -13781,10 +13781,11 @@ written in a way such that it does nothing in buffers that are not in
@section Special agenda views
@cindex agenda views, user-defined
-Org provides a special hook that can be used to narrow down the
-selection made by any of the agenda views. You may specify a function
-that is used at each match to verify if the match should indeed be part
-of the agenda view, and if not, how much should be skipped.
+Org provides a special hook that can be used to narrow down the selection
+made by these agenda views: @code{todo}, @code{alltodo}, @code{tags}, @code{tags-todo},
+@code{tags-tree}. You may specify a function that is used at each match to verify
+if the match should indeed be part of the agenda view, and if not, how
+much should be skipped.
Let's say you want to produce a list of projects that contain a WAITING
tag anywhere in the project tree. Let's further assume that you have