Add `org-overriding-columns-format' as an option in custom views

* lisp/org-agenda.el (org-agenda-custom-commands-local-options): Add
`org-overriding-columns-format'.
This commit is contained in:
Carsten Dominik 2019-08-16 09:49:29 +02:00
parent 07e48a7af6
commit 59ae60c26a
1 changed files with 3 additions and 0 deletions

View File

@ -383,6 +383,9 @@ the daily/weekly agenda, see `org-agenda-skip-function'.")
(const :scheduled*)
(const :timestamp)
(const :sexp))))
(list :tag "Columns format"
(const org-overriding-columns-format)
(string :tag "Format"))
(list :tag "Standard skipping condition"
:value (org-agenda-skip-function '(org-agenda-skip-entry-if))
(const org-agenda-skip-function)