From a6e848bcf2523cc4fa319b31ec66e8f198382972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 20 Apr 2025 11:19:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 515bf24..1b2a55f 100644 --- a/config.org +++ b/config.org @@ -552,7 +552,7 @@ Get rid of =file://= using the same method. #+BEGIN_SRC emacs-lisp (defun my-org-export-correct-file-links (text backend info) - "Remove generate file:// in relative links." + "Remove generated file:// in relative links." (when (and (org-export-derived-backend-p backend 'html) (string-match "href=\"file[^\"]+" text))