Variable: org-clock-interrupted-task

org-clock-interrupted-task is a variable defined in org-clock.el.gz.

Value

#<marker in no buffer>

Documentation

Marker pointing to the task that has been interrupted by the current clock.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-clock.el.gz
(defvar org-clock-interrupted-task (make-marker)
  "Marker pointing to the task that has been interrupted by the current clock.")