This great package encourages me to retry using org-agenda for the umpteenth time to manage my time.
I really like being able to edit the timebock time range in the org-timeblock buffer.
I want to tag some of my TODOs with one of the three tags listed below and have the color changed for the time block.
The following configuration does not change the color of the timeblock after re-running M-x org-timeblock.
(use-package org-timeblock
:straight (org-timeblock :type git
:host github
:repo "ichernyshovvv/org-timeblock")
:config
(setq org-timeblock-tag-colors
'(("gen" . (:background "green"))
("edit" . (:background "red"))
("support" . (:background "yellow")))))
This great package encourages me to retry using org-agenda for the umpteenth time to manage my time.
I really like being able to edit the timebock time range in the org-timeblock buffer.
I want to tag some of my TODOs with one of the three tags listed below and have the color changed for the time block.
The following configuration does not change the color of the timeblock after re-running M-x org-timeblock.