Comment: Add FIXME
This commit is contained in:
parent
4f29bcfd67
commit
73ef71ced7
1 changed files with 1 additions and 0 deletions
|
|
@ -1628,6 +1628,7 @@ contiguous segment of the outline path:
|
||||||
(org-ql-defpred path (&rest regexps)
|
(org-ql-defpred path (&rest regexps)
|
||||||
"Return non-nil if current heading's buffer's filename path matches any of REGEXPS (regexp strings).
|
"Return non-nil if current heading's buffer's filename path matches any of REGEXPS (regexp strings).
|
||||||
Without arguments, return non-nil if buffer is file-backed."
|
Without arguments, return non-nil if buffer is file-backed."
|
||||||
|
;; FIXME: This should AND the regexps together, not OR them.
|
||||||
:body (when (buffer-file-name)
|
:body (when (buffer-file-name)
|
||||||
(cl-typecase regexps
|
(cl-typecase regexps
|
||||||
(null t)
|
(null t)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue