Variable: org-last-inserted-timestamp

org-last-inserted-timestamp is a variable defined in org.el.gz.

Value

nil

Documentation

The last time stamp inserted with org-insert-timestamp.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-last-inserted-timestamp nil
  "The last time stamp inserted with `org-insert-timestamp'.")