From 88a60e29cf3a8d9c12e7c2fb6d325af488a5cf94 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 10 Sep 2022 10:16:13 +0200 Subject: [PATCH] Add references to issues in org-ql This should allow to remove those workarounds as soon as the corresponding issues are fixed upstream. --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 4cb553c..e253c72 100644 --- a/init.el +++ b/init.el @@ -963,7 +963,8 @@ ;; Extended query language and dynamic blocks (use-package org-ql-search :ensure org-ql - ;; XXX: Remove the following as soon as this is fixed in upstream + ;; 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)))) @@ -973,6 +974,8 @@ :config (progn ;; XXX: Remove the following as soon as this is fixed in upstream + ;; (see https://github.com/alphapapa/org-ql/issues/283); + ;; Redefine the regular expression for link searches to allow ;; brackets in the description. This function comes straight from ;; org-ql.el