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

Consider using org-ql-search interface and make org-timeblock display its results

Open ParetoOptimalDev opened this issue 1 year ago • 1 comments

I'm imagining something like the agenda-like view in this:

Except the part that shows the agenda like view would show the org-timeblock blocks.

This would enable:

  • using org-timeblock as normal to block your time
  • using org-timeblock to see what your real time usage looked like (hit =v=, modify query to (todo "DONE")
  • utilize org-ql-agenda's ability to save queries as views

I remember you stating on reddit a goal was to be compatible with org-agenda. Perhaps a middle step that should be pretty easy if I understand the code would be integrating with org-ql-agenda.

It also covers quite a few of my wants/feedback in #41 (which I hope was useful and not overwhelming!).

ParetoOptimalDev avatar Jan 18 '24 16:01 ParetoOptimalDev

This is blocked by org-ql not supporting time ranges for now: https://github.com/alphapapa/org-ql/pull/237

ParetoOptimalDev avatar Jan 31 '24 18:01 ParetoOptimalDev