Add references to issues in org-ql
This should allow to remove those workarounds as soon as the corresponding issues are fixed upstream.
This commit is contained in:
parent
257c2c815d
commit
88a60e29cf
5
init.el
5
init.el
@ -963,7 +963,8 @@
|
|||||||
;; Extended query language and dynamic blocks
|
;; Extended query language and dynamic blocks
|
||||||
(use-package org-ql-search
|
(use-package org-ql-search
|
||||||
:ensure org-ql
|
: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
|
:init (setq org-ql-regexp-part-ts-time
|
||||||
(rx " " (repeat 1 2 digit) ":" (repeat 2 digit)
|
(rx " " (repeat 1 2 digit) ":" (repeat 2 digit)
|
||||||
(optional "-" (repeat 1 2 digit) ":" (repeat 2 digit))))
|
(optional "-" (repeat 1 2 digit) ":" (repeat 2 digit))))
|
||||||
@ -973,6 +974,8 @@
|
|||||||
:config (progn
|
:config (progn
|
||||||
|
|
||||||
;; 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/issues/283);
|
||||||
|
|
||||||
;; Redefine the regular expression for link searches to allow
|
;; Redefine the regular expression for link searches to allow
|
||||||
;; brackets in the description. This function comes straight from
|
;; brackets in the description. This function comes straight from
|
||||||
;; org-ql.el
|
;; org-ql.el
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user