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