Ihor Radchenko

Results 198 comments of Ihor Radchenko

I mean that I tried to debug "Invalid Org Ql query" by removing `(byte-compile...` from `org-ql--query-predicate`. That gave more useful error.

> What is the actual problem you encountered? Sorry, my original message appears to be not clear enough. The problem is query producing error when it should not be. Recipe...

> Revisiting this, I think the idea to show the use of custom or arbitrary predicate expressions in the docs is a good one, and I still think that whatever...

> ... Ideally I guess there would be some kind of "common" Helm actions list for Org headings that we could use, rather than implementing this specifically and only in...

> I may be mistaken, but I don't think it's valid to use a range timestamp as an entry's SCHEDULED timestamp. It is indeed discouraged in the manual. However, org-agenda...

> Probably, the argument replacing should be done in the query > normalizers. Sounds reasonable. However, it may not be as simple as just putting the current (or relative) time/date...

> @yantar92 That required a lot more work than I expected Thanks! > Thanks for your help. I'm surprised it took this long for this issue to be noticed. I...

> this Implements has a problem: it generate wrong headline link Can you elaborate?

> this Implements has a problem: it generate wrong headline link I see what you meant now. Should be fixed, though links may still be wrong for Org buffers without...

There is no such functionality on master, but you can use :filter keyword in helm-org-ql from my fork [1]: (helm-org-ql (org-agenda-files t) :filter '(not (tags "ARCHIVE"))) @alphapapa, would you be...