Comment: Add FIXME

This commit is contained in:
Adam Porter 2022-06-09 22:09:46 -05:00
parent 4f29bcfd67
commit 73ef71ced7

View file

@ -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)