From 73ef71ced7cf003955ecb311441802623aa6741a Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 9 Jun 2022 22:09:46 -0500 Subject: [PATCH] Comment: Add FIXME --- org-ql.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-ql.el b/org-ql.el index 3e54283..e89108e 100644 --- a/org-ql.el +++ b/org-ql.el @@ -1628,6 +1628,7 @@ contiguous segment of the outline path: (org-ql-defpred path (&rest regexps) "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." + ;; FIXME: This should AND the regexps together, not OR them. :body (when (buffer-file-name) (cl-typecase regexps (null t)