Variable: org-agenda-skip-regexp

org-agenda-skip-regexp is a variable defined in org-agenda.el.gz.

Value

nil

Documentation

Regular expression used in skipping subtrees for the agenda.

This is basically a temporary global variable that can be set and then used by user-defined selections using org-agenda-skip-function.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
;;; Agenda Finding stuck projects

(defvar org-agenda-skip-regexp nil
  "Regular expression used in skipping subtrees for the agenda.
This is basically a temporary global variable that can be set and then
used by user-defined selections using `org-agenda-skip-function'.")