Open deb75 opened 1 year ago
Hi,
You could use the :transformer
selector to do so. You would need to use a function that checks whether the item is scheduled and applies a face if so.
I tried to do that with :
(org-get-scheduled-time (point))
this works, but I do not know how to do it from an item.
I'd suggest studying the source code, e.g. https://github.com/alphapapa/org-super-agenda/blob/f4f528985397c833c870967884b013cf91a1da4a/org-super-agenda.el#L504
Hi,
I would like to apply a face transformation to a task, but only when this one is scheduled; so that I can easily figure out which task has been scheduled or not.
I know one can apply face transformations, but I do not know if it can be conditioned by the existence of a schedule like :
Would it be possible to perform this with the current implementation of
org-super-agenda
?Regards