|
@@ -1529,7 +1529,8 @@ lang=\"%s\" xml:lang=\"%s\">
|
|
|
"Create image tag with source and attributes."
|
|
|
(save-match-data
|
|
|
(if (string-match "^ltxpng/" src)
|
|
|
- (format "<img src=\"%s\"/>" src)
|
|
|
+ (format "<img src=\"%s\" alt=\"%s\"/>"
|
|
|
+ src (org-find-text-property-in-string 'org-latex-src src))
|
|
|
(let* ((caption (org-find-text-property-in-string 'org-caption src))
|
|
|
(attr (org-find-text-property-in-string 'org-attributes src))
|
|
|
(label (org-find-text-property-in-string 'org-label src)))
|