Comment: Add FIXME

This commit is contained in:
Adam Porter 2023-05-25 10:48:47 -05:00
parent 2c098540ca
commit eb5377320f

View file

@ -76,6 +76,7 @@ Tags are stored in match group 1. Match group 2 stores the tags
without the enclosing colons.") without the enclosing colons.")
(defvaralias 'org-ql-link-regexp (defvaralias 'org-ql-link-regexp
;; FIXME: `org-link-bracket-re' is void until `org-link-make-regexps' is called.
(if (bound-and-true-p org-link-bracket-re) (if (bound-and-true-p org-link-bracket-re)
'org-link-bracket-re 'org-link-bracket-re
'org-bracket-link-regexp) 'org-bracket-link-regexp)