Skip to content

Having trouble mapping color of time block to a tag #68

Description

@MooersLab

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")))))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions