Remove workaround to match range timestamps in Org QL

https://github.com/alphapapa/org-ql/pull/237 has been merged in 0.8.7,
so there should be no need anymore for my workaround.
This commit is contained in:
Daniel Borchmann 2024-06-30 12:32:42 +02:00
parent 583a5dea91
commit 4714e0d0df
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -813,11 +813,6 @@
;; Extended query language and dynamic blocks
(use-package org-ql
:pin "melpa-stable"
;; XXX: Remove the following as soon as this is fixed in upstream, see
;; https://github.com/alphapapa/org-ql/pull/237
:init (setq org-ql-regexp-part-ts-time
(rx " " (repeat 1 2 digit) ":" (repeat 2 digit)
(optional "-" (repeat 1 2 digit) ":" (repeat 2 digit))))
:commands (org-ql-view
org-ql-search
org-dblock-write:org-ql)