Variable: org-publish-timestamp-directory
org-publish-timestamp-directory is a customizable variable defined in
ox-publish.el.gz.
Value
"~/.org-timestamps/"
Documentation
Name of directory in which to store publishing timestamps.
Source Code
;; Defined in /usr/src/emacs/lisp/org/ox-publish.el.gz
(defcustom org-publish-timestamp-directory
(convert-standard-filename "~/.org-timestamps/")
"Name of directory in which to store publishing timestamps."
:group 'org-export-publish
:type 'directory)