Skip to content

Commit

Permalink
Remove workaround to match range timestamps in Org QL
Browse files Browse the repository at this point in the history
alphapapa/org-ql#237 has been merged in 0.8.7,
so there should be no need anymore for my workaround.
  • Loading branch information
exot committed Jun 30, 2024
1 parent 583a5de commit 4714e0d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4714e0d

Please sign in to comment.