Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jun 27, 2024
1 parent 6111981 commit 4dae9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ defined in `org-ql-predicates' by calling `org-ql-defpred'."
;; FIXME: Should the pattern below be "`(or . ,_)"? It
;; seems to work fine either way, but it seems like it
;; should be changed.
(`(or _) element)
(`(or . ,_) element)

,@preamble-patterns

Expand Down

0 comments on commit 4dae9da

Please sign in to comment.