Function: org-batch-store-agenda-views
org-batch-store-agenda-views is an autoloaded macro defined in
org-agenda.el.gz.
Signature
(org-batch-store-agenda-views &rest PARAMETERS)
Documentation
Run all custom agenda commands that have a file argument.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
;;;###autoload
(defmacro org-batch-store-agenda-views (&rest parameters)
"Run all custom agenda commands that have a file argument."
(pcase-let ((`(,vars . ,exps) (org-agenda--split-plist parameters)))
`(org--batch-store-agenda-views ',vars (list ,@exps))))