Variable: org-element-cache-sync-break

org-element-cache-sync-break is a variable defined in org-element.el.gz.

Value

0.3

Documentation

Duration, as a time value, of the pause between synchronizations.

See org-element-cache-sync-duration for more information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defvar org-element-cache-sync-break 0.3
  "Duration, as a time value, of the pause between synchronizations.
See `org-element-cache-sync-duration' for more information.")