浏览代码

Fix typo in 6db0b0cd437a988e7513901d3458d586ee145d

Rasmus 9 年之前
父节点
当前提交
af35955781
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
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)