org-ql
org-ql copied to clipboard
Query normalization limit exceeds on src predicate
Hello,
~It seems that src predicate does not terminate.~ I encounter the following error whenever I run a query containing src:
org-ql--normalize-query: Query normalization limit exceeded: QUERY:(src)
You can reproduce the error using the following snippet:
(org-ql-select (current-buffer) '(src))
I am on the master branch (0.7-pre).
Thanks for reporting this, Akira. I'll try to get to it soon.
Finally fixed. Thanks for your patience.