Variable: org-clock-out-removed-last-clock
org-clock-out-removed-last-clock is a variable defined in
org-clock.el.gz.
Value
nil
Documentation
When non-nil, the last org-clock-out removed the clock line.
This can happen when org-clock-out-remove-zero-time-clocks is set to
non-nil and the latest clock took 0 minutes.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defvar org-clock-out-removed-last-clock nil
"When non-nil, the last `org-clock-out' removed the clock line.
This can happen when `org-clock-out-remove-zero-time-clocks' is set to
non-nil and the latest clock took 0 minutes.")