Skip to content
New issue

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

Show efforts for tasks on org-ql-block #342

Closed
tenpast opened this issue Mar 28, 2023 · 2 comments
Closed

Show efforts for tasks on org-ql-block #342

tenpast opened this issue Mar 28, 2023 · 2 comments

Comments

@tenpast
Copy link

tenpast commented Mar 28, 2023

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.

2023-03-28-13-30-21-screenshot

This is done using org-agenda-prefix-format in his code:

(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!

@alphapapa
Copy link
Owner

alphapapa commented Mar 31, 2023

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

@alphapapa
Copy link
Owner

Correction: See #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants