浏览代码

org-odt.el: Remove dependency on a pending patch

Revert this commmit once the patch referenced below is accepted.
https://lists.gnu.org/archive/html/emacs-orgmode/2011-10/msg00097.html
Jambunathan K 13 年之前
父节点
当前提交
13b4f6b2e0
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      contrib/lisp/org-odt.el

+ 2 - 1
contrib/lisp/org-odt.el

@@ -1131,7 +1131,8 @@ Use `org-odt-format-source-code-or-example-plain' or
 `org-odt-format-source-code-or-example-colored' depending on the
 `org-odt-format-source-code-or-example-colored' depending on the
 value of `org-export-odt-use-htmlfontify."
 value of `org-export-odt-use-htmlfontify."
   (setq lines (org-export-number-lines
   (setq lines (org-export-number-lines
-	       lines 0 0 num cont rpllbl fmt 'preprocess)
+	       lines 0 0 num cont rpllbl fmt ;; 'preprocess
+	       )
 	lines (funcall
 	lines (funcall
 	       (or (and org-export-odt-use-htmlfontify
 	       (or (and org-export-odt-use-htmlfontify
 			(or (featurep 'htmlfontify)
 			(or (featurep 'htmlfontify)