Variable: org-persist--report-time

org-persist--report-time is a variable defined in org-persist.el.gz.

Value

nil

Documentation

Whether to report read/write time.

When the value is a number, it is a threshold number of seconds. If the read/write time of a single persist file exceeds the threshold, a message is displayed.

When the value is a non-nil non-number, always display the message. When the value is nil, never display the message.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defvar org-persist--report-time nil
  "Whether to report read/write time.

When the value is a number, it is a threshold number of seconds.  If
the read/write time of a single persist file exceeds the threshold, a
message is displayed.

When the value is a non-nil non-number, always display the message.
When the value is nil, never display the message.")