Michal Koval <koval.m...@gmail.com> writes: > I see `(defface org-block' in org-faces.el and I see it used it in org.el > `org-fontify-meta-lines-and-blocks-1' where the bug probably is.
`org-block' face is used for verbatim blocks (e.g, example block) and src blocks without a language specified. If language is specified, fontification mechanism is done with `org-src-font-lock-fontify-block', which doesn't use `org-block' face. It was already the case in maint. Regards,