ox: Fix custom link handling in anonymous back-end

This commit is contained in:
IGARASHI Masanao
2015-03-24 19:39:11 +09:00
parent 8db18fc265
commit b6ed453eb4

View File

@@ -1072,7 +1072,7 @@ INFO is a plist holding contextual information."
(if (org-string-nw-p attr) (concat "\n" attr "\n") "")))) (if (org-string-nw-p attr) (concat "\n" attr "\n") ""))))
(cond (cond
;; Link type is handled by a special function. ;; Link type is handled by a special function.
((org-export-custom-protocol-maybe link desc info)) ((org-export-custom-protocol-maybe link desc 'rst))
;; Image file. ;; Image file.
((and (plist-get info :rst-inline-images) ((and (plist-get info :rst-inline-images)
(org-export-inline-image-p (org-export-inline-image-p