From d87f0a0fdbfccbbfe9a54aa6e9e4f807113194ba Mon Sep 17 00:00:00 2001 From: Masanao Igarashi Date: Tue, 18 Feb 2025 17:35:17 +0900 Subject: [PATCH] Extend export tooling in link parameters --- ox-rst.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox-rst.el b/ox-rst.el index 011f827..1ab0d40 100644 --- a/ox-rst.el +++ b/ox-rst.el @@ -994,7 +994,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 'rst)) + ((org-export-custom-protocol-maybe link desc 'rst info)) ;; Image file. ((and (plist-get info :rst-inline-images) (org-export-inline-image-p