Variable: org-last-heading-marker

org-last-heading-marker is a variable defined in org-agenda.el.gz.

Value

#<marker in no buffer>

Documentation

Marker pointing to the headline that last changed its TODO state by a remote command from the agenda.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defvar org-last-heading-marker (make-marker)
  "Marker pointing to the headline that last changed its TODO state
by a remote command from the agenda.")