From b76b9f95f30adcfe9d8e295046a543d6f714b167 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 27 Jun 2024 09:05:29 -0500 Subject: [PATCH] WIP AFAICT the old clause would never match anyway, and this change seems to break the security checks in the tests, so let's just remove it altogether and see what happens. --- org-ql.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/org-ql.el b/org-ql.el index 3ee49f4..1cfcefd 100644 --- a/org-ql.el +++ b/org-ql.el @@ -1118,10 +1118,6 @@ defined in `org-ql-predicates' by calling `org-ql-defpred'." ;; Only one preamble is allowed element) (pcase element - ;; FIXME: Should the pattern below be "`(or . ,_)"? It - ;; seems to work fine either way, but it seems like it - ;; should be changed. - (`(or . ,_) element) ,@preamble-patterns