浏览代码

Merge branches 'master' and 'master' of orgmode.org:org-mode

Bastien Guerry 13 年之前
父节点
当前提交
2deac0b072
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-odt.el

+ 1 - 1
lisp/org-odt.el

@@ -1226,7 +1226,7 @@ value of `org-export-odt-fontify-srcblocks."
 	lines (funcall
 	       (or (and org-export-odt-fontify-srcblocks
 			(or (featurep 'htmlfontify)
-			    (require 'htmlfontify))
+			    (require 'htmlfontify nil t))
 			(fboundp 'htmlfontify-string)
 			'org-odt-format-source-code-or-example-colored)
 		   'org-odt-format-source-code-or-example-plain)