Christophe Weblog Wiki Code Publications Music
improve html export of org files
[swankr.git] / Makefile
index a3e09b8801a680e4732c05752aa00986bf7a818f..07dfaa5ade8898d4080ad283949921a48d07ddab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,10 @@ webup: web
        scp $(WEBFILES) common-lisp.net:public_html/swankr/
 
 README.html: README
-       emacs --batch --visit README  --eval '(org-export-as-html nil)'
+       emacs --batch --visit README --load org-export.el
 
 %.html: %.org
-       emacs --batch --visit $^ --eval '(org-export-as-html nil)'
+       emacs --batch --visit $^ --load org-export.el
 
 clean:
        -rm $(WEBFILES)