Variable: org-clock-hd-marker

org-clock-hd-marker is a variable defined in org.el.gz.

Value

#<marker in no buffer>

Documentation

Marker recording the last clock-in, but the headline position.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-clock-hd-marker (make-marker)
  "Marker recording the last clock-in, but the headline position.")