minad / org-modern

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

org-modern-mode fontifies heading number from org-num-mode when heading has TODO tags #189

Closed drghirlanda closed 6 months ago

drghirlanda commented 6 months ago

It looks like org-modern-mode fontifies the numbers inserted by org-num-mode in headings with a TODO tag. For example:

* TODO Heading

Renders like this with both org-num-mode and org-modern-mode on:

org-modern-issue

You can see that the 18 is smaller font and the color and background are changed. This happens regardless of which mode I activate first.