summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2019-09-04 09:50:56 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2019-09-04 09:50:56 +0200
commit18c69675aeb96fd3cf0cae328244cbd0e542b6fd (patch)
tree2f6d12fbffcd365410f18d39c45d0ad6192854a3
parent05cb7cb4ad836e809a601b7b8d79bc0ee861aea8 (diff)
downloadorg-mode-18c69675aeb96fd3cf0cae328244cbd0e542b6fd.tar.gz
Document `org-agenda-auto-exclude-function' can select positively
* lisp/org-agneda.el: (org-agenda-auto-exclude-function): Update documentation.
-rw-r--r--lisp/org-agenda.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index d7b399b..d539dbb 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -2033,7 +2033,8 @@ estimate."
The sole argument to the function, which is called once for each
possible tag, is a string giving the name of the tag. The
function should return either nil if the tag should be included
-as normal, or \"-<TAG>\" to exclude the tag.
+as normal, \"-<TAG>\" to exclude the tag, or \"+<TAG>\" to exclude
+lines not carrying this tag.
Note that for the purpose of tag filtering, only the lower-case version of
all tags will be considered, so that this function will only ever see
the lower-case version of all tags."