Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-08-22 23:46:00 +02:00
commit d58837a5ea
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ a communication channel."
(org-export-get-reference destination info))))))))
((org-export-inline-image-p link org-html-inline-image-rules)
(let ((path (let ((raw-path (org-element-property :path link)))
(cond ((not (equal "file" type)) (concat type raw-path))
(cond ((not (equal "file" type)) (concat type ":" raw-path))
((not (file-name-absolute-p raw-path)) raw-path)
(t (expand-file-name raw-path)))))
(caption (org-export-data