From b6ed453eb42aa142edc21e473db0b21db7fec82b Mon Sep 17 00:00:00 2001 From: IGARASHI Masanao Date: Tue, 24 Mar 2015 19:39:11 +0900 Subject: [PATCH] ox: Fix custom link handling in anonymous back-end --- ox-rst.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-rst.el b/ox-rst.el index fd88be1..55ac15d 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -1072,7 +1072,7 @@ INFO is a plist holding contextual information." (if (org-string-nw-p attr) (concat "\n" attr "\n") "")))) (cond ;; 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. ((and (plist-get info :rst-inline-images) (org-export-inline-image-p