[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Handle block-type when checking `org-src-fontify-natively'
From: |
Nathaniel Nicandro |
Subject: |
[PATCH] Handle block-type when checking `org-src-fontify-natively' |
Date: |
Thu, 06 Apr 2023 10:04:55 -0500 |
User-agent: |
mu4e 1.8.13; emacs 30.0.50 |
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.
0001-Handle-block-type-when-checking-org-src-fontify-nati.patch
Description: patch
--
Nathaniel
- [PATCH] Handle block-type when checking `org-src-fontify-natively',
Nathaniel Nicandro <=