From bbf836730ac626d81fc08d46baa3c49b28bf5b30 Mon Sep 17 00:00:00 2001 From: Jambunathan K Date: Sun, 9 Oct 2011 22:23:11 +0530 Subject: [PATCH] Revert "org-odt.el: Remove dependency on a pending patch" This reverts commit 13b4f6b2e06a76a52ff006e0a9960c4dcac79087. --- contrib/lisp/org-odt.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el index 4c516e126..55271d8ec 100644 --- a/contrib/lisp/org-odt.el +++ b/contrib/lisp/org-odt.el @@ -1140,8 +1140,7 @@ 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)