From e9215415d1048c1e18800e45f3a4906a06e194ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr>
Date: Thu, 1 Feb 2024 15:25:01 +0100
Subject: [PATCH] Remove validate link in html exports

---
 configuration.org | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configuration.org b/configuration.org
index a850745..f26788e 100644
--- a/configuration.org
+++ b/configuration.org
@@ -707,6 +707,12 @@ For HTML source code highlight, use =htmlize=
 #+end_src
 
 
+Turn off validate link in org html export:
+
+#+begin_src emacs-lisp
+(setq org-html-validation-link nil)
+#+end_src
+
 
 ** Source code evaluation
 
-- 
GitLab