Variable: org-scheduled-time-regexp

org-scheduled-time-regexp is a variable defined in org.el.gz.

Value

"\\<SCHEDULED: *<\\([^>]+\\)>"

Documentation

Matches the SCHEDULED keyword together with a time stamp.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-scheduled-time-regexp
  (concat "\\<" org-scheduled-string " *<\\([^>]+\\)>")
  "Matches the SCHEDULED keyword together with a time stamp.")