From 4714e0d0dfad25c33f31e1a32c3027bf9a6cdd81 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 30 Jun 2024 12:32:42 +0200 Subject: [PATCH] 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. --- init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.el b/init.el index 2e42d80..79e4f82 100644 --- a/init.el +++ b/init.el @@ -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)