summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-26 15:14:42 +0100
committerBastien Guerry <bzg@altern.org>2013-02-26 15:14:42 +0100
commit04fd44708aa608fda11786b3fc6a0c64be65b283 (patch)
treef3b45027c806db91d47f7f49670e38b4b708d79c
parent92d08a3efdaf309acae4faf9ae95f0079ea8fff1 (diff)
parent6042e93fa4d8a0cb552549b5b0dc208353c4d459 (diff)
downloadorg-mode-04fd44708aa608fda11786b3fc6a0c64be65b283.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/org.el b/lisp/org.el
index f9db532..63c757c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -14504,13 +14504,13 @@ agenda-with-archives
The remaining args are treated as settings for the skipping facilities of
the scanner. The following items can be given here:
- archive skip trees with the archive tag.
+ archive skip trees with the archive tag
comment skip trees with the COMMENT keyword
function or Emacs Lisp form:
- will be used as value for `org-agenda-skip-function', so whenever
- the function returns t, FUNC will not be called for that
- entry and search will continue from the point where the
- function leaves it.
+ will be used as value for `org-agenda-skip-function', so
+ whenever the function returns a position, FUNC will not be
+ called for that entry and search will continue from the
+ position returned
If your function needs to retrieve the tags including inherited tags
at the *current* entry, you can use the value of the variable