From 81c43a3034bacfa82e4d17d0e09123a03093bf8f Mon Sep 17 00:00:00 2001 From: Mez Date: Sun, 13 Jul 2025 12:03:50 +0100 Subject: [PATCH] Disable default Debian settings --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ccc3175..2b8ff3c 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ python3 identify.py for i in 20*.org; do echo Exporting $i - emacs --batch -l pre.el $i -l export.el -f org-html-export-to-html --kill + emacs --batch --no-site-file -l pre.el $i -l export.el -f org-html-export-to-html --kill done python3 rssgen.py