# HG changeset patch # User Robert McIntyre # Date 1425328224 28800 # Node ID 7b34b718503e4624a50a47aaaaa5d33c189de17e # Parent 88d986bf127bb735d76bb3efadab97dc0ddb6cce makefile, and updated this stuff to work with the newest emacs! diff -r 88d986bf127b -r 7b34b718503e Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Mon Mar 02 12:30:24 2015 -0800 @@ -0,0 +1,2 @@ +install: + ln -sfv `pwd`/weave-all.sh /bin/weave-all diff -r 88d986bf127b -r 7b34b718503e weave-all.sh --- a/weave-all.sh Thu Jun 13 22:00:59 2013 -0400 +++ b/weave-all.sh Mon Mar 02 12:30:24 2015 -0800 @@ -13,10 +13,30 @@ dir=`pwd` +# emacs \ +# -l /home/r/config/emacs/clojure-init.el \ +# -l /home/r/config/emacs/org-init.el \ +# -l /home/r/config/emacs/web-color.el \ +# --batch \ +# --eval " +# (progn +# (setq org-publish-project-alist +# '( +# (\"project\" +# :base-directory \"$dir/org\" +# :base-extension \"org\" +# :publishing-directory \"$dir/html\" +# :recursive t +# :publishing-function org-publish-org-to-html +# :auto-preamble t) +# )) + +# (org-publish-project \"project\"))" \ +# \ +# 2>&1 #| pcregrep 'Wrote' + emacs \ --l /home/r/config/emacs/clojure-init.el \ --l /home/r/config/emacs/org-init.el \ --l /home/r/config/emacs/web-color.el \ +-l /home/r/.emacs \ --batch \ --eval " (progn @@ -27,7 +47,7 @@ :base-extension \"org\" :publishing-directory \"$dir/html\" :recursive t - :publishing-function org-publish-org-to-html + :publishing-function org-html-publish-to-html :auto-preamble t) ))