Browse Source

Document `org-agenda-auto-exclude-function' can select positively

* lisp/org-agneda.el: (org-agenda-auto-exclude-function):  Update
documentation.
Carsten Dominik 6 years ago
parent
commit
18c69675ae
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org-agenda.el

+ 2 - 1
lisp/org-agenda.el

@@ -2033,7 +2033,8 @@ estimate."
 The sole argument to the function, which is called once for each
 The sole argument to the function, which is called once for each
 possible tag, is a string giving the name of the tag.  The
 possible tag, is a string giving the name of the tag.  The
 function should return either nil if the tag should be included
 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
 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
 all tags will be considered, so that this function will only ever see
 the lower-case version of all tags."
 the lower-case version of all tags."