org.texi: be explicit on which agenda views support `org-agenda-skip-function'.

This commit is contained in:
Bastien Guerry 2010-09-03 10:57:51 +02:00
parent ba4bf2c96e
commit f4143ddf1b
1 changed files with 5 additions and 4 deletions

View File

@ -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