>From d5a1c1ff3a9a7ccbf2765332971973b2c4233e16 Mon Sep 17 00:00:00 2001 From: Marcin Borkowski Date: Sun, 23 Jun 2019 13:22:04 +0200 Subject: [PATCH] Make two docstrings more clear The docstrings of `org-agenda-todo-ignore-with-date` and `org-agenda-todo-ignore-timestamp` were not very clear. Now they are better. --- lisp/org-agenda.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index fbf520c5e..daf51601d 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -690,9 +690,10 @@ potentially much shorter TODO lists." "Non-nil means don't show entries with a date in the global todo list. You can use this if you prefer to mark mere appointments with a TODO keyword, but don't want them to show up in the TODO list. -When this is set, it also covers deadlines and scheduled items, the settings -of `org-agenda-todo-ignore-scheduled' and `org-agenda-todo-ignore-deadlines' -will be ignored. +When this is set, it also covers deadlines and scheduled items +(more precisely, every entry with at least one active timestamp will be ignored), +the settings of `org-agenda-todo-ignore-scheduled' +and `org-agenda-todo-ignore-deadlines' will be ignored. See also the variable `org-agenda-tags-todo-honor-ignore-options'." :group 'org-agenda-skip :group 'org-agenda-todo-list @@ -700,6 +701,9 @@ See also the variable `org-agenda-tags-todo-honor-ignore-options'." (defcustom org-agenda-todo-ignore-timestamp nil "Non-nil means don't show entries with a timestamp. +If this variable is non-nil, Org agenda looks at the first active +timestamp in the entry which is neither a DEADLINE nor +a SCHEDULED timestamp and compares it to \"today\". This applies when creating the global todo list. Valid values are: -- 2.22.0