summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Borkowski <mbork@mbork.pl>2019-06-24 21:05:32 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-07-09 12:19:25 +0200
commitc2ef61ffcf0ad2f7617746e4a3f599ab0a3fbba4 (patch)
tree9b711df231f1d6a42ee9a2a81d169243dbdddaa2
parent24daf224c0757c82c1eb8aa893493309c91fa76e (diff)
downloadorg-mode-c2ef61ffcf0ad2f7617746e4a3f599ab0a3fbba4.tar.gz
Explain the `org-agenda-todo-ignore-...` variables in the manual
-rw-r--r--doc/org-manual.org12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index e81b76f..8411d9d 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -8765,11 +8765,13 @@ it more compact:
#+vindex: org-agenda-todo-ignore-with-date
Some people view a TODO item that has been /scheduled/ for execution
or have a /deadline/ (see [[*Timestamps]]) as no longer /open/.
- Configure the variables ~org-agenda-todo-ignore-scheduled~,
- ~org-agenda-todo-ignore-deadlines~,
- ~org-agenda-todo-ignore-timestamp~ and/or
- ~org-agenda-todo-ignore-with-date~ to exclude such items from the
- global TODO list.
+ Configure the variables ~org-agenda-todo-ignore-scheduled~ to
+ exclude some or all scheduled items from the global TODO list,
+ ~org-agenda-todo-ignore-deadlines~ to exclude some or all items with
+ a deadline set, ~org-agenda-todo-ignore-timestamp~ to exclude some
+ or all items with an active timestamp other than a DEADLINE or
+ a SCHEDULED timestamp and/or ~org-agenda-todo-ignore-with-date~ to
+ exclude items with at least one active timestamp.
-
#+vindex: org-agenda-todo-list-sublevels