Variable: org-clock-out-hook
org-clock-out-hook is a variable defined in org-clock.el.gz.
Value
nil
Documentation
Hook run when stopping the current clock.
The point is at the current clock line when the hook is executed.
The hook functions can access org-clock-out-removed-last-clock to
check whether the latest CLOCK line has been cleared.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defvar org-clock-out-hook nil
"Hook run when stopping the current clock.
The point is at the current clock line when the hook is executed.
The hook functions can access `org-clock-out-removed-last-clock' to
check whether the latest CLOCK line has been cleared.")