summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-07-10 10:23:26 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-07-10 10:23:26 +0200
commitf8d0ef1b526b225d79b06ffe92b1dc9c5ab0e712 (patch)
tree0acfb65b150f18019f21e989c48b9a7a1f6dd235
parentd39ccc17d4791f72eeaf8166f3cf98d245935f66 (diff)
parenta8ee8e1e507fe354881e1032afb6b8e87cda7894 (diff)
downloadorg-mode-f8d0ef1b526b225d79b06ffe92b1dc9c5ab0e712.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 e2b3d29..08e3852 100644
--- a/lisp/ox-md.el
+++ b/lisp/ox-md.el
@@ -448,7 +448,7 @@ a communication channel."
(t (let* ((raw-path (org-element-property :path link))
(path
(cond
- ((member type '("http" "https" "ftp"))
+ ((member type '("http" "https" "ftp" "mailto" "irc"))
(concat type ":" raw-path))
((string= type "file")
(org-export-file-uri (funcall link-org-files-as-md raw-path)))