diff options
| author | Nicolas Goaziou <n.goaziou@gmail.com> | 2013-01-30 13:16:00 (GMT) |
|---|---|---|
| committer | Nicolas Goaziou <n.goaziou@gmail.com> | 2013-01-30 13:16:00 (GMT) |
| commit | cef4e582c238a70a1fcb4827aacbd1925d1a14da (patch) | |
| tree | 39f86bfd40d159ecd7ccd04fbf4124f882da785b | |
| parent | f518bc8f81235e78f0ddabc25fd8a53e21f79d93 (diff) | |
| download | org-mode-cef4e582c238a70a1fcb4827aacbd1925d1a14da.zip org-mode-cef4e582c238a70a1fcb4827aacbd1925d1a14da.tar.gz | |
org-e-odt: Fix code typo
* contrib/lisp/org-e-odt.el (org-e-odt--export-wrap): Fix parenthesis
mismatch.
| -rw-r--r-- | contrib/lisp/org-e-odt.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/lisp/org-e-odt.el b/contrib/lisp/org-e-odt.el index acbe445..c023113 100644 --- a/contrib/lisp/org-e-odt.el +++ b/contrib/lisp/org-e-odt.el @@ -4015,7 +4015,6 @@ contextual information." ;; files that get copied there. (delete-directory org-e-odt-zip-dir t))))) (condition-case err - (condition-case err (progn (unless (executable-find "zip") ;; Not at all OSes ship with zip by default |
