diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 58fab21b3..58212ba48 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -3227,12 +3227,16 @@ lang=\"%s\" xml:lang=\"%s\">
(org-file-image-p path))
(setq rpl (concat ""))
(setq link (concat type ":" path))
- (setq rpl (concat ""
+ (setq rpl (concat ""
desc ""))))
((member type '("ftp" "mailto" "news"))
;; standard URL
(setq link (concat type ":" path))
- (setq rpl (concat "" desc "")))
+ (setq rpl (concat "" desc "")))
((functionp (setq fnc (nth 2 (assoc type org-link-protocols))))
;; The link protocol has a function for format the link
@@ -4607,3 +4611,16 @@ The XOXO buffer is named *xoxo-