summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-04 09:24:22 +0100
committerBastien <bzg@gnu.org>2020-02-04 09:24:22 +0100
commitc46ee2be86023d024fe8032338705a5008f8d811 (patch)
tree2ee15f5b365db98b4ac42eabf311d01600f8e32a
parentcc89d5523fcf6786ea202ec765e656fc0c48b346 (diff)
parent2cfcdeab96a09a9121cfd99c31daac97fd91f054 (diff)
downloadorg-mode-c46ee2be86023d024fe8032338705a5008f8d811.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 0cfbd00..28aae5d 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -418,7 +418,7 @@ Matched keyword is in group 1.")
(defconst org-deadline-time-hour-regexp
(concat "\\<" org-deadline-string
- " *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9+:hdwmy \t.-]*\\)>")
+ " *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9+:hdwmy/ \t.-]*\\)>")
"Matches the DEADLINE keyword together with a time-and-hour stamp.")
(defconst org-deadline-line-regexp
@@ -434,7 +434,7 @@ Matched keyword is in group 1.")
(defconst org-scheduled-time-hour-regexp
(concat "\\<" org-scheduled-string
- " *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9+:hdwmy \t.-]*\\)>")
+ " *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9+:hdwmy/ \t.-]*\\)>")
"Matches the SCHEDULED keyword together with a time-and-hour stamp.")
(defconst org-closed-time-regexp