mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
org-e-odt: Fix code typo
* contrib/lisp/org-e-odt.el (org-e-odt--export-wrap): Fix parenthesis mismatch.
This commit is contained in:
parent
f518bc8f81
commit
cef4e582c2
@ -4014,7 +4014,6 @@ contextual information."
|
||||
;; Delete temporary directory and also other embedded
|
||||
;; files that get copied there.
|
||||
(delete-directory org-e-odt-zip-dir t)))))
|
||||
(condition-case err
|
||||
(condition-case err
|
||||
(progn
|
||||
(unless (executable-find "zip")
|
||||
|
Loading…
Reference in New Issue
Block a user