From 613efa90df404c33b7d342aa709b3734b4375505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 20 Apr 2025 11:19:18 +0100 Subject: [PATCH] with the right docstring this time --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 35d51e6..515bf24 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) - "Add target=\"_blank\" to external links." + "Remove generate file:// in relative links." (when (and (org-export-derived-backend-p backend 'html) (string-match "href=\"file[^\"]+" text))