Variable: org-repeat-re

org-repeat-re is a variable defined in org.el.gz.

Value

"<[0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9] [^>\n]*?\\([.+]?\\+[0-9]+[hdwmy]\\(/[0-9]+[hdwmy]\\)?\\)"

Documentation

Regular expression for specifying repeated events.

After a match, group 1 contains the repeat expression.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-repeat-re
  "<[0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9] [^>\n]*?\
\\([.+]?\\+[0-9]+[hdwmy]\\(/[0-9]+[hdwmy]\\)?\\)"
  "Regular expression for specifying repeated events.
After a match, group 1 contains the repeat expression.")