Re: [O] ANN: org-ql agenda block support

2019-09-16 Thread Adam Porter
Mikhail Skorzhinskii writes: > Great overview, thanks a lot. > > So I give it a try and completely fell in love. On my data set it is > visibly faster then org-agenda. I also wrote a lot of code around > org-agenda over the years to support my sometimes awkward needs. And now > I just threw all

Re: [O] ANN: org-ql agenda block support

2019-09-12 Thread Mikhail Skorzhinskii
Great overview, thanks a lot. So I give it a try and completely fell in love. On my data set it is visibly faster then org-agenda. I also wrote a lot of code around org-agenda over the years to support my sometimes awkward needs. And now I just threw all this ugly code away! That was very

Re: [O] ANN: org-ql agenda block support

2019-09-07 Thread Samuel Wales
thanks for your clarification. i had thought that it did the daily/weekly agenda also. that's the one that is slow for me. On 9/7/19, Adam Porter wrote: > Samuel Wales writes: > >> i was merely trying to get a sense of the degree to which it is a >> drop-in replacement (which i think you

Re: [O] ANN: org-ql agenda block support

2019-09-07 Thread Adam Porter
Samuel Wales writes: > i was merely trying to get a sense of the degree to which it is a > drop-in replacement (which i think you have said it is not). Right, it doesn't do everything Org Agenda does. Since Org Agenda does also serve as a kind of "search view," org-ql can largely serve as a

Re: [O] ANN: org-ql agenda block support

2019-09-06 Thread Samuel Wales
On 8/30/19, Adam Porter wrote: >> also, does it support all the usual variables for leaders and faces and so >> on? > > I'm not sure exactly what you mean. Formatting of entries is not i was merely trying to get a sense of the degree to which it is a drop-in replacement (which i think you have

Re: [O] ANN: org-ql agenda block support

2019-08-30 Thread Adam Porter
Mikhail Skorzhinskii writes: > Adam Porter writes: > > However, the org-ql-block version runs in about 1/5th the time (0.7 > > seconds compared to 3.45 seconds on my collection of org-agenda-files). > > For some reason I thought that on average org-ql package is working > slower then native

Re: [O] ANN: org-ql agenda block support

2019-08-30 Thread Adam Porter
Samuel Wales writes: > the idea was that we can resurrect the timeline view, for all agenda > files instead of only one, merely by a use of a text search custom > agenda view. timestamps go where categories currently go. sorted by > that ts. > > if an entry has more than one ts (active bare,

Re: [O] ANN: org-ql agenda block support

2019-08-30 Thread Samuel Wales
thanks, looks gorgeous! i will file it for a possible future time when i can run it, diff it with existing agenda to make sure it's the same for me, and just switch over to it. (i use 2d and 7d agendas and text search view with and without inactive.) i'll ask a couple of questions. a while

Re: [O] ANN: org-ql agenda block support

2019-08-30 Thread Mikhail Skorzhinskii
Adam Porter writes: > However, the org-ql-block version runs in about 1/5th the time (0.7 > seconds compared to 3.45 seconds on my collection of org-agenda-files). For some reason I thought that on average org-ql package is working slower then native org-agenda searches. Probably because there

Re: [O] ANN: org-ql agenda block support

2019-08-30 Thread Adam Porter
Samuel Wales writes: > i have been watching these developments with interest. i want a > faster 2-day agenda, and really like the idea of a lisp syntax for > querying, perhaps one that can combine text search with structured. > > so just so it's known that there is otherwise silent interest. >

Re: [O] ANN: org-ql agenda block support

2019-08-30 Thread Adam Porter
Milan Zamazal writes: > Hi Adam, > > thank you for the feature. I looked at org-ql and org-super-agenda (for > the first time) and they look interesting. So interesting that I've > decided to convert my agendas to it, with some improvements. It took a > lot of effort and was sometimes tricky

Re: [O] ANN: org-ql agenda block support

2019-08-25 Thread Samuel Wales
i have been watching these developments with interest. i want a faster 2-day agenda, and really like the idea of a lisp syntax for querying, perhaps one that can combine text search with structured. so just so it's known that there is otherwise silent interest. limited in computer use so cannot

Re: [O] ANN: org-ql agenda block support

2019-08-25 Thread Milan Zamazal
> "AP" == Adam Porter writes: AP> FYI, I just pushed a new feature to org-ql: custom agenda AP> blocks. This allows the use of org-ql queries in custom agenda AP> commands. [...] AP> Please let me know if you have any feedback. Hi Adam, thank you for the feature. I

[O] ANN: org-ql agenda block support

2019-08-08 Thread Adam Porter
Hi friends, FYI, I just pushed a new feature to org-ql: custom agenda blocks. This allows the use of org-ql queries in custom agenda commands. https://github.com/alphapapa/org-ql#function-org-ql-block For example, these two custom commands are equivalent: #+BEGIN_SRC elisp ;; Org Agenda