On Wed, 15 Oct 2025, at 08:27, Racoon Chimp wrote:
> hello,
>
> i have used org-rainbow-tags, and i like the idea, but i do not care
> about the random assignment. also the tags are specific to this one
> file, so how can i colorize the tags in the org file?
>
> thanks,
in the following example, the todo keywords change, no problem, but the tags do
not
# Local Variables:
# org-default-properties: nil
# org-tag-faces: ("great" . (:background "orange" :foreground "blue"))
# org-todo-keyword-faces: (
# ("HAVE.TO.SEE" . (:background "light gray" :foreground "red"))
# )
# End: