org-ql icon indicating copy to clipboard operation
org-ql copied to clipboard

Query normalization limit exceeds on src predicate

Open akirak opened this issue 3 years ago • 1 comments

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).

akirak avatar Aug 01 '22 14:08 akirak

Thanks for reporting this, Akira. I'll try to get to it soon.

alphapapa avatar Aug 05 '22 16:08 alphapapa

Finally fixed. Thanks for your patience.

alphapapa avatar Mar 09 '23 07:03 alphapapa