Variable: org-capture-last-stored-marker

org-capture-last-stored-marker is a variable defined in org-capture.el.gz.

Value

#<marker in no buffer>

Documentation

Marker pointing to the entry most recently stored with org-capture.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-capture.el.gz
(defvar org-capture-last-stored-marker (make-marker)
  "Marker pointing to the entry most recently stored with `org-capture'.")