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))