We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822bb77 commit 8342656Copy full SHA for 8342656
org-ql.el
@@ -153,7 +153,8 @@ regexps.")
153
154
(defvar org-ql-regexp-part-ts-repeaters
155
;; Repeaters (not sure if the colon is necessary, but it's in the org.el one)
156
- (rx (repeat 1 2 (seq " " (repeat 1 2 (any "-+:.")) (1+ digit) (any "hdwmy"))))
+ (rx (repeat 1 2 (seq " " (repeat 1 2 (any "-+:.")) (1+ digit) (any "hdwmy")
157
+ (optional "/" (1+ digit) (any "hdwmy")))))
158
"Matches the repeater part of an Org timestamp.
159
Includes leading space character.")
160
0 commit comments