소스 검색

org-e-odt.el: Fix previous commit

Jambunathan K 13 년 전
부모
커밋
4a53af87de
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      contrib/lisp/org-e-odt.el

+ 3 - 3
contrib/lisp/org-e-odt.el

@@ -184,9 +184,9 @@ structure of the values.")
 		     ((symbolp style) (org-e-odt-get-style-name-for-entity
 				       'paragraph style)))))
     (unless style-name
-      (error "Don't know how to handle paragraph style %s" style)))
-  (format "\n<text:p text:style-name=\"%s\">%s</text:p>"
-	  style-name text))
+      (error "Don't know how to handle paragraph style %s" style))
+    (format "\n<text:p text:style-name=\"%s\">%s</text:p>"
+	    style-name text)))
 
 (defun org-e-odt-format-date (&optional org-ts fmt)
   (save-match-data