Browse Source

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 years ago
parent
commit
13b4f6b2e0
1 changed files with 2 additions and 1 deletions
  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
 value of `org-export-odt-use-htmlfontify."
   (setq lines (org-export-number-lines
-	       lines 0 0 num cont rpllbl fmt 'preprocess)
+	       lines 0 0 num cont rpllbl fmt ;; 'preprocess
+	       )
 	lines (funcall
 	       (or (and org-export-odt-use-htmlfontify
 			(or (featurep 'htmlfontify)