minad / org-modern

:unicorn: Modern Org Style
GNU General Public License v3.0
1.54k stars 48 forks source link

org-modern-tag-faces does not work as expected #197

Closed dinkonin closed 6 months ago

dinkonin commented 6 months ago

Hi, thanks for the new org-modern-tag-faces feature. while testing I notice that the doctstring proposes this format:

 (setq org-modern-tag-faces
    (quote (("work" :background "red" :foreground "yellow"))))

this does not work for me until I change "work" to ":work:",

Also it does not work for multiple tags i.e. :project1:task1:work:

minad commented 6 months ago

I believe this has been fixed already.