fixup! Fix org-fontify-quote-and-verse-blocks when org-src-fontify-natively is t
This commit is contained in:
parent
df4a48bc4f
commit
224254e7f0
|
@ -5533,8 +5533,7 @@ by a #."
|
||||||
;; blocks with undocumented language specifier.
|
;; blocks with undocumented language specifier.
|
||||||
;; Keep this undocumented feature for user
|
;; Keep this undocumented feature for user
|
||||||
;; convenience.
|
;; convenience.
|
||||||
(member block-type ("src" "example"))
|
(member block-type '("src" "example")))
|
||||||
)
|
|
||||||
(save-match-data
|
(save-match-data
|
||||||
(org-src-font-lock-fontify-block (or lang "") block-start block-end))
|
(org-src-font-lock-fontify-block (or lang "") block-start block-end))
|
||||||
(add-text-properties bol-after-beginline block-end '(src-block t)))
|
(add-text-properties bol-after-beginline block-end '(src-block t)))
|
||||||
|
|
Loading…
Reference in New Issue