-
Notifications
You must be signed in to change notification settings - Fork 108
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
Dim blocked tasks in org-ql-view #189
base: master
Are you sure you want to change the base?
Conversation
This implements #105 (comment). |
b7fc664
to
7ba309b
Compare
7ba309b
to
0201daa
Compare
@alphapapa This is an alternative to #190 which doesn't hide blocked entries but dim them. |
I'm not sure what you mean. Having a |
Yes, it would be possible to turn on this option to dim blocked entries, while hiding them using the |
Thanks for your patience. Looking at this again, I'm not sure if I want to implement this feature, or at least not in this way. I'd prefer not to add support for all the An alternative might be to have a list of functions that could modify a string in this way, and users who want to dim blocked tasks could add the function to the list. What do you think? Thanks. |
Makes sense.
That would be a good idea, as it would allow extra flexibility. Actually, I don't need this feature right now, so you can close this PR. Thank you for your consideration. |
That's ok, I'll leave it open as an idea for future consideration. Thanks. |
4f5fbc4
to
d0acc8c
Compare
059b10c
to
77b4c2b
Compare
This PR changes
org-ql-search
andorg-ql-view
to respect the value oforg-agenda-dim-blocked-tasks
variable, as inorg-agenda
. It works in both situations where the value ist
andinvisible
.Once these properties are added to text,
org-agenda-dim-blocked-tasks
function which is called fromorg-agenda-finalize-entries
handles the rest.