Disable default Debian settings
This commit is contained in:
parent
002b27de44
commit
81c43a3034
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -10,7 +10,7 @@ python3 identify.py
|
||||||
|
|
||||||
for i in 20*.org; do
|
for i in 20*.org; do
|
||||||
echo Exporting $i
|
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
|
done
|
||||||
|
|
||||||
python3 rssgen.py
|
python3 rssgen.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue