Function: org-agenda-update-agenda-type
org-agenda-update-agenda-type is a byte-compiled function defined in
org-agenda.el.gz.
Signature
(org-agenda-update-agenda-type)
Documentation
Update the agenda type after each command.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-agenda-update-agenda-type ()
"Update the agenda type after each command."
(setq org-agenda-type
(or (get-text-property (point) 'org-agenda-type)
(get-text-property (max (point-min) (1- (point))) 'org-agenda-type))))