>From 013dffb022ca84a9aa40e2b4d9e8764b9cd94169 Mon Sep 17 00:00:00 2001 From: hammerfunctor Date: Mon, 18 Dec 2023 00:04:21 -0500 Subject: [PATCH 2/3] lisp/ox-latex.el (org-latex-link): keep arxiv type link --- lisp/ox-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 41c2d3994..11140eddf 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -2917,7 +2917,7 @@ INFO is a plist holding contextual information. See link (plist-get info :latex-inline-image-rules))) (path (org-latex--protect-text (pcase type - ((or "http" "https" "ftp" "mailto" "doi") + ((or "http" "https" "ftp" "mailto" "doi" "arxiv") (concat type ":" raw-path)) ("file" (org-export-file-uri raw-path)) -- 2.43.0