Comment: Add FIXME
This commit is contained in:
parent
2c098540ca
commit
eb5377320f
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue