Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2014-08-22 14:54:03 +02:00
commit e7df9bc5ae
1 changed files with 4 additions and 1 deletions

View File

@ -351,7 +351,10 @@ a communication channel."
;; Link type is handled by a special function.
((let ((protocol (nth 2 (assoc type org-link-protocols))))
(and (functionp protocol)
(funcall protocol (org-link-unescape path) desc 'md))))
(funcall protocol
(org-link-unescape (org-element-property :path link))
contents
'md))))
(t (let* ((raw-path (org-element-property :path link))
(path
(cond