소스 검색

org-e-odt: Fix code typo

* contrib/lisp/org-e-odt.el (org-e-odt--export-wrap): Fix parenthesis
  mismatch.
Nicolas Goaziou 12 년 전
부모
커밋
cef4e582c2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      contrib/lisp/org-e-odt.el

+ 0 - 1
contrib/lisp/org-e-odt.el

@@ -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")