projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
626212a
)
org-e-odt: Silence byte-compiler
author
Nicolas Goaziou
<n.goaziou@gmail.com>
Mon, 14 Jan 2013 19:52:21 +0000 (20:52 +0100)
committer
Nicolas Goaziou
<n.goaziou@gmail.com>
Mon, 14 Jan 2013 19:52:27 +0000 (20:52 +0100)
* contrib/lisp/org-e-odt.el (org-e-odt--export-wrap):
`org-conditon-case-unless-debug' has been removed since
e8f5b0ad72da990ed7d409c06dbe0bcadeb226dd
.
contrib/lisp/org-e-odt.el
patch
|
blob
|
history
diff --git
a/contrib/lisp/org-e-odt.el
b/contrib/lisp/org-e-odt.el
index
7ba2d9d
..
c023113
100644
(file)
--- a/
contrib/lisp/org-e-odt.el
+++ b/
contrib/lisp/org-e-odt.el
@@
-4014,7
+4014,7
@@
contextual information."
;; Delete temporary directory and also other embedded
;; files that get copied there.
(delete-directory org-e-odt-zip-dir t)))))
- (org-condition-case-unless-debug err
+ (condition-case err
(progn
(unless (executable-find "zip")
;; Not at all OSes ship with zip by default