소스 검색

HTML export: Fix inlining images

* lisp/org-html.el (org-html-should-inline-p): Only inline images
if they should be.
Carsten Dominik 14 년 전
부모
커밋
682b275615
1개의 변경된 파일4개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 7
      lisp/org-html.el

+ 4 - 7
lisp/org-html.el

@@ -579,13 +579,10 @@ description.  See variables `org-export-html-inline-images' and
    (declare (special
 	     org-export-html-inline-images
 	     org-export-html-inline-image-extensions))
-   (or
-      (eq t org-export-html-inline-images)
-      (and
-	 org-export-html-inline-images
-	 (not descp)))
-   (org-file-image-p
-      filename org-export-html-inline-image-extensions))
+   (and (or (eq t org-export-html-inline-images)
+	    (and org-export-html-inline-images (not descp)))
+	(org-file-image-p
+	 filename org-export-html-inline-image-extensions)))
 
 ;;; org-html-make-link
 (defun org-html-make-link (opt-plist type path fragment desc attr