Browse Source

Merge branch 'master' of orgmode.org:org-mode

Bastien Guerry 13 năm trước cách đây
mục cha
commit
7d41c87aee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-odt.el

+ 1 - 1
lisp/org-odt.el

@@ -445,7 +445,7 @@ variable, the list of valid values are populated based on
 		     xml-files))
 	     ;; delete temporary directory.
 	     (delete-directory org-odt-zip-dir t)))))
-     (condition-case-unless-debug err
+     (condition-case-no-debug err
 	 (prog1 (progn ,@body)
 	   (funcall --cleanup-xml-buffers))
        ((quit error)