mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-22 07:09:47 +00:00
org-persist: Disable reporting read/write time by default
* lisp/org-persist.el (org-persist--report-time): This information might be interesting, but not really necessary for users. At least one user also asked to disable the time reporting.
This commit is contained in:
parent
19db45f2cc
commit
505778950a
@ -389,7 +389,7 @@ The keys are conses of (container . associated).")
|
||||
(defvar org-persist--index-age nil
|
||||
"The modification time of the index file, when it was loaded.")
|
||||
|
||||
(defvar org-persist--report-time 0.5
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user