0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-05 21:42:54 +00:00

Small documentation fix

TINYCHANGE
This commit is contained in:
Michael Brand 2011-05-20 02:12:56 +00:00 committed by Carsten Dominik
parent cec8711a44
commit cf0c163ea6

View file

@ -14376,12 +14376,12 @@ other block) with @code{org-narrow-to-block}.
@vindex org-agenda-skip-function @vindex org-agenda-skip-function
@vindex org-agenda-skip-function-global @vindex org-agenda-skip-function-global
Org provides a special hook that can be used to narrow down the selection 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}, made by these agenda views: @code{agenda}, @code{todo}, @code{alltodo},
@code{tags-todo}, @code{tags-tree}. You may specify a function that is used @code{tags}, @code{tags-todo}, @code{tags-tree}. You may specify a function
at each match to verify if the match should indeed be part of the agenda that is used at each match to verify if the match should indeed be part of
view, and if not, how much should be skipped. You can specify a global the agenda view, and if not, how much should be skipped. You can specify a
condition that will be applied to all agenda views, this condition would be global condition that will be applied to all agenda views, this condition
stored in the variable @code{org-agenda-skip-function-global}. More would be stored in the variable @code{org-agenda-skip-function-global}. More
commonly, such a definition is applied only to specific custom searches, commonly, such a definition is applied only to specific custom searches,
using @code{org-agenda-skip-function}. using @code{org-agenda-skip-function}.