Variable: org-agenda-filter-variables

org-agenda-filter-variables is a variable defined in org-agenda.el.gz.

Value

((category . org-agenda-category-filter) (tag . org-agenda-tag-filter)
 (effort . org-agenda-effort-filter)
 (regexp . org-agenda-regexp-filter))

Documentation

Alist of filter types and associated variables.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defconst org-agenda-filter-variables
  '((category . org-agenda-category-filter)
    (tag . org-agenda-tag-filter)
    (effort . org-agenda-effort-filter)
    (regexp . org-agenda-regexp-filter))
  "Alist of filter types and associated variables.")