|
@@ -2156,7 +2156,8 @@ is the language used for CODE, as a string, or nil."
|
|
;; htmlize
|
|
;; htmlize
|
|
(setq code
|
|
(setq code
|
|
(let ((output-type org-html-htmlize-output-type)
|
|
(let ((output-type org-html-htmlize-output-type)
|
|
- (font-prefix org-html-htmlize-font-prefix))
|
|
|
|
|
|
+ (font-prefix org-html-htmlize-font-prefix)
|
|
|
|
+ (inhibit-read-only t))
|
|
(with-temp-buffer
|
|
(with-temp-buffer
|
|
;; Switch to language-specific mode.
|
|
;; Switch to language-specific mode.
|
|
(funcall lang-mode)
|
|
(funcall lang-mode)
|