level predicate when org-ql-use-preamble is nil
Open
bug
- Dominant language
- Emacs Lisp
- Stars
- 1.6k
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
I get error "Invalid Org Ql query" resolving to "void variable <" with disabled byte-compilation in the following query:
(let ((org-ql-use-preamble)) (org-ql-select (current-buffer) '(and (todo) (level > 1))))
The buffer is simply:
** TODO Heading
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.