Variable: org-archive-stamp-time

org-archive-stamp-time is a customizable variable defined in org-archive.el.gz.

Value

t

Documentation

Non-nil means add a time stamp to entries moved to an archive file.

This variable is obsolete and has no effect anymore, instead add or remove time from the variable org-archive-save-context-info.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-archive.el.gz
(defcustom org-archive-stamp-time t
  "Non-nil means add a time stamp to entries moved to an archive file.
This variable is obsolete and has no effect anymore, instead add or remove
`time' from the variable `org-archive-save-context-info'."
  :group 'org-archive
  :type 'boolean)