org-ql-regexp-part-ts-time: Fix for time intervals
This commit is contained in:
parent
b8284c8f5c
commit
0d9c46247d
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,8 @@ regexps.")
|
|||
Includes leading space character.")
|
||||
|
||||
(defvar org-ql-regexp-part-ts-time
|
||||
(rx " " (repeat 1 2 digit) ":" (repeat 2 digit))
|
||||
(rx " " (repeat 1 2 digit) ":" (repeat 2 digit)
|
||||
(optional "-" (repeat 1 2 digit) ":" (repeat 2 digit)))
|
||||
"Matches the inner, time part of an Org timestamp (i.e. HH:MM).
|
||||
Includes leading space character. Used to build other timestamp
|
||||
regexps.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue