We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Alphapapa, I hope you're doing well!
I would like to show the effort for each task shown in an org-ql-block, as is done by N. Rougier in his GTD setup (screenshot attached): https://www.labri.fr/perso/nrougier/GTD/index.html#orgf831e2f.
org-ql-block
This is done using org-agenda-prefix-format in his code:
org-agenda-prefix-format
(todo "NEXT" ((org-agenda-skip-function '(org-agenda-skip-entry-if 'deadline)) (org-agenda-prefix-format " %i %-12:c [%e] ") (org-agenda-overriding-header "\nTasks\n")))
Can I incorporate the same function in org-ql-block? Or is there a different way to handle this?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the kind words.
This idea is generally covered by this issue: #23
See also #331 It would be easy to add a new "Effort" column here: https://github.com/alphapapa/org-ql/blob/wip/taxy-org-ql-view/taxy-org-ql-view.el#L107
Sorry, something went wrong.
Correction: See #23
No branches or pull requests
Hi Alphapapa, I hope you're doing well!
I would like to show the effort for each task shown in an
org-ql-block
, as is done by N. Rougier in his GTD setup (screenshot attached): https://www.labri.fr/perso/nrougier/GTD/index.html#orgf831e2f.This is done using
org-agenda-prefix-format
in his code:Can I incorporate the same function in org-ql-block? Or is there a different way to handle this?
Thank you for your help!
The text was updated successfully, but these errors were encountered: