org-ql
org-ql copied to clipboard
A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.
This implements #289 (the fallback action). This is a proof of concept, and there may be a better API for this.
Original issue: #227 Extending conversation from #228 From the original issue, there was an problem with the `initial-input` for `completing-read`. After testing a few things, an issue with the `org-ql-view--complete-buffers-files`...
I get: org-ql-find: Wrong type argument: markerp, nil when trying org-ql-find, with selectrum activated. With vanilla completion org-ql-find seems to work. It is very possible that the problem lies in...
Hi @alphapapa, I encountered an issue using the heading predicate with `org-ql-find` interactively. Typing `h:` throws an error which isn't caught, so in my case as a vertico user it...
I have over a thousand archived tasks that I almost never want to see in the list of search candidates. I can manually exclude them by adding `!tags:ARCHIVE` to the...
Situation: I have a large org file with a number of headlines tagged `:article:` (things I might want to read). I like to get all of them at once with...
Would it be possible to add a customization option to set a default predicate? For instance, if I have the buffer ``` * a ** b *** c **** bc...
`org-ql-sparse-tree` is a feature which is somewhat based on my contribution. Unlike `org-ql-search`, it didn't support plain queries, so I have added support for it. The parsing logic is the...
This allows org-agenda-filter-by-category to work as expected for org-ql-block agendas.
Fixes #258 Discussed in #228