Variable: org-agenda-overriding-header

org-agenda-overriding-header is a variable defined in org-agenda.el.gz.

Value

nil

Documentation

When set during agenda, todo and tags searches it replaces the header.

If an empty string, no header will be inserted. If any other string, it will be inserted as a header. If a function, insert the string returned by the function as a header. If nil, a header will be generated automatically according to the command. This variable should not be set directly, but custom commands can bind it in the options section.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defvar org-agenda-overriding-header nil
  "When set during agenda, todo and tags searches it replaces the header.
If an empty string, no header will be inserted.  If any other
string, it will be inserted as a header.  If a function, insert
the string returned by the function as a header.  If nil, a
header will be generated automatically according to the command.
This variable should not be set directly, but custom commands can
bind it in the options section.")