Variable: org-agenda-after-show-hook
org-agenda-after-show-hook is a variable defined in org-agenda.el.gz.
Value
nil
Documentation
Normal hook run after an item has been shown from the agenda.
Point is in the buffer where the item originated.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defvar org-agenda-after-show-hook nil
"Normal hook run after an item has been shown from the agenda.
Point is in the buffer where the item originated.")