From af359557810fd574a0f9163c18380f2be91396d4 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Tue, 4 Aug 2015 19:18:46 +0200 Subject: [PATCH] Fix typo in 6db0b0cd437a988e7513901d3458d586ee145d --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index e317e93ff..2c13bf65c 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -2043,7 +2043,7 @@ is the language used for CODE, as a string, or nil." ;; htmlize (setq code (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 ;; Switch to language-specific mode. (funcall lang-mode)