Variable: org-ts-regexp-inactive

org-ts-regexp-inactive is a variable defined in org.el.gz.

Value

"\\[\\([[:digit:]]\\{4\\}-[[:digit:]]\\{2\\}-[[:digit:]]\\{2\\}\\(?: .*?\\)?\\)\\]"

Documentation

Regular expression for fast inactive time stamp matching.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-ts-regexp-inactive
  (format "\\[\\(%s\\)\\]" org-ts--internal-regexp)
  "Regular expression for fast inactive time stamp matching.")