Fixed #213. Do not embed online images.

This commit is contained in:
yujie 2016-07-19 15:28:52 +08:00
parent e1d0dd773a
commit 6ee0e547dd
1 changed files with 1 additions and 0 deletions

View File

@ -838,6 +838,7 @@ CONTENTS is nil. INFO is a plist holding contextual information."
the result is the Data URIs of the referenced image."
(let* ((want-embed-image (and (plist-get info :reveal-single-file)
(plist-get info :html-inline-images)
(string= "file" (org-element-property :type link))
(org-export-inline-image-p
link (plist-get info :html-inline-image-rules))))
(raw-path (org-element-property :path link))