Variable: org-overriding-columns-format
org-overriding-columns-format is a variable defined in
org-colview.el.gz.
Value
nil
Documentation
When set, overrides any other format definition for the agenda.
Don't set this, this is meant for dynamic scoping. Set
org-columns-default-format and org-columns-default-format-for-agenda
instead. You should use this variable only in the local settings
section for a custom agenda view.
Aliases
org-agenda-overriding-columns-format (obsolete since 9.2.2)
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-colview.el.gz
(defvar org-overriding-columns-format nil
"When set, overrides any other format definition for the agenda.
Don't set this, this is meant for dynamic scoping. Set
`org-columns-default-format' and `org-columns-default-format-for-agenda'
instead. You should use this variable only in the local settings
section for a custom agenda view.")