summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJambunathan K <kjambunathan@gmail.com>2011-10-07 16:29:40 +0530
committerJambunathan K <kjambunathan@gmail.com>2011-10-07 16:30:16 +0530
commit13b4f6b2e06a76a52ff006e0a9960c4dcac79087 (patch)
tree2cb2432bd2ca8b25a0d8b77b21d462cd9def9f8b
parent8aedd359bb15731eaf8c54edd40b7bd5231ea043 (diff)
downloadorg-mode-13b4f6b2e06a76a52ff006e0a9960c4dcac79087.tar.gz
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
-rw-r--r--contrib/lisp/org-odt.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/lisp/org-odt.el b/contrib/lisp/org-odt.el
index d4f0ae5..15a2d89 100644
--- a/contrib/lisp/org-odt.el
+++ b/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)