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:
parent
583a5dea91
commit
4714e0d0df
5
init.el
5
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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user