Variable: org-agenda-tags-todo-honor-ignore-options
org-agenda-tags-todo-honor-ignore-options is a customizable variable
defined in org-agenda.el.gz.
Value
nil
Documentation
Non-nil means honor todo-list ignores options also in tags-todo search.
The variables
org-agenda-todo-ignore-with-date,
org-agenda-todo-ignore-timestamp,
org-agenda-todo-ignore-scheduled,
org-agenda-todo-ignore-deadlines
make the global TODO list skip entries that have time stamps of certain
kinds. If this option is set, the same options will also apply for the
tags-todo search, which is the general tags/property matcher
restricted to unfinished TODO entries only.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-tags-todo-honor-ignore-options nil
"Non-nil means honor todo-list ignores options also in tags-todo search.
The variables
`org-agenda-todo-ignore-with-date',
`org-agenda-todo-ignore-timestamp',
`org-agenda-todo-ignore-scheduled',
`org-agenda-todo-ignore-deadlines'
make the global TODO list skip entries that have time stamps of certain
kinds. If this option is set, the same options will also apply for the
tags-todo search, which is the general tags/property matcher
restricted to unfinished TODO entries only."
:group 'org-agenda-skip
:group 'org-agenda-todo-list
:group 'org-agenda-match-view
:type 'boolean)