Adam Porter
Adam Porter
Yes, as the comment here says: https://github.com/alphapapa/org-ql/blob/131407814ebfd8d409f23bc5cceeeb2b5da1a8d9/org-ql-view.el#L821-L823 Patches to remedy that shortcoming are welcome, as long as they don't impact performance too badly. OTOH, for this specific example, it would...
Well, I can see how additional quick filtering could be useful, so I'm not opposed to supporting it, given the conditions I mentioned. Thanks.
Hi, Yes, unlike search predicates with `org-ql-defpred`, there isn't yet support for easily adding custom sorters. However, there is a WIP branch that would make it easier: https://github.com/alphapapa/org-ql/blob/e8eff5d798bcdb3124b1e1f147dc871b0c313cd6/org-ql.el#L412-L423 The disadvantage...
Hi Ivan, I'm glad to hear that this project is useful to you. I felt the same way about Org's built-in searching, which led me to eventually develop this. I'm...
For future reference, @yantar92 and I spoke on Reddit, and we're both in favor of upstreaming `org-ql` into Org eventually. We may look into it more seriously sometime in the...
I've seen that package but I don't know anything about how it works. Did you report this issue on its tracker?
Hello, Thanks for pointing this out. Yes, it appears that the regexp optimization for this predicate interferes with these regexp metacharacters. Ideally they should work "naturally," according to the user's...
Hi Akira, The issue is that in that commit the code was changed to use affixation to show the paths rather than returning the path as the candidate itself. I...
Changing this will require some consideration and maybe minor refactoring, so I'm going to defer this until v0.8.
Well, let's defer that refactoring to 0.9. :) Thanks for your patience.