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