summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-08-22 23:46:00 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-08-22 23:46:00 +0200
commitd58837a5eaf19724065d0ce5a057ebc5216e8435 (patch)
tree3cbca44e1f5ae4a8c27db33319c519077538a307
parent526b3d4b980317ef176869011b9b152ef85b5258 (diff)
parentfc84ffee227dfbe6aad3315aa7654f2e6666266c (diff)
downloadorg-mode-d58837a5eaf19724065d0ce5a057ebc5216e8435.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-md.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-md.el b/lisp/ox-md.el
index 0dd1be0..ac94ba6 100644
--- a/lisp/ox-md.el
+++ b/lisp/ox-md.el
@@ -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