0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00
This commit is contained in:
Rasmus 2015-08-04 19:18:46 +02:00
parent 6db0b0cd43
commit af35955781

View file

@ -2043,7 +2043,7 @@ 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 orgb-html-htmlize-font-prefix)) (font-prefix org-html-htmlize-font-prefix))
(with-temp-buffer (with-temp-buffer
;; Switch to language-specific mode. ;; Switch to language-specific mode.
(funcall lang-mode) (funcall lang-mode)