|
@@ -675,7 +675,7 @@ on a string that terminates immediately after the date.")
|
|
The time stamps may be either active or inactive.")
|
|
The time stamps may be either active or inactive.")
|
|
|
|
|
|
(defconst org-repeat-re
|
|
(defconst org-repeat-re
|
|
- "[[<][0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9] [^]>\n]*?\
|
|
|
|
|
|
+ "<[0-9]\\{4\\}-[0-9][0-9]-[0-9][0-9] [^>\n]*?\
|
|
\\([.+]?\\+[0-9]+[hdwmy]\\(/[0-9]+[hdwmy]\\)?\\)"
|
|
\\([.+]?\\+[0-9]+[hdwmy]\\(/[0-9]+[hdwmy]\\)?\\)"
|
|
"Regular expression for specifying repeated events.
|
|
"Regular expression for specifying repeated events.
|
|
After a match, group 1 contains the repeat expression.")
|
|
After a match, group 1 contains the repeat expression.")
|