Variable: org-publish-cache

org-publish-cache is a variable defined in ox-publish.el.gz.

Value

nil

Documentation

This will cache timestamps and titles for files in publishing projects.

Blocks could hash sha1 values here.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-publish.el.gz
;;; Variables

;; Here, so you find the variable right before it's used the first time:
(defvar org-publish-cache nil
  "This will cache timestamps and titles for files in publishing projects.
Blocks could hash sha1 values here.")