Org-mode tags in org-modern-tag-faces get spell-checked #252
-
|
Hi, Tags that are listed in If I do: An "ignoreheading" tag gets the face: And this is not matched in I also tried doing this for all the faces I added to But this doesn’t match since it won’t be I don’t know what a smart solution for this would be, but since both packages are yours I gather you can come to a good decision (or decide to just not support this case, which could also be reasonable). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
I haven't customized |
Beta Was this translation helpful? Give feedback.
Hmm, so the problem is that
jinx--excluded-pdoes not take inherited faces into account.EDIT: I pushed a fix to org-modern, such that no intermediate face with
:inheritis created, seeminad/org-modern@567b702. This way no additional
jinx-exclude-facescustomization is needed, sinceorg-modern-tagis already ignored.I don't recall why I had used
:inheritin the first place, maybe I had some misconception about merging faces, when I wrote this org-modern code. Let's see if this causes other problems in org-modern.Does this work for you?