Hello, I think I found a bug where the condition for `org-src-fontify-natively` in `org-src-fontify-meta-lines-and-blocks-1` wasn't handling the block type. `org-src-fontify-natively` says it should fontify src blocks only, but the condition didn't have that constraint. Attached is a patch that adds in the constraint.