Variable: org-ts-regexp3

org-ts-regexp3 is a variable defined in org.el.gz.

Value

"[[<]\\(\\([0-9]\\{4\\}\\)-\\([0-9]\\{2\\}\\)-\\([0-9]\\{2\\}\\)\\(?: *\\([^]+0-9>
\n -]+\\)\\)?\\( \\([0-9]\\{1,2\\}\\):\\([0-9]\\{2\\}\\)\\)?\\)[^]>\n]\\{0,16\\}[]>]"

Documentation

Regular expression matching time stamps (also [..]), with groups.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-ts-regexp3 (concat "[[<]" org-ts-regexp1 "[^]>\n]\\{0,16\\}[]>]")
  "Regular expression matching time stamps (also [..]), with groups.")