# HG changeset patch # User Robert McIntyre # Date 1319470297 25200 # Node ID 4824087ce1f2bfc98487592a09fcec77bbe4d8b9 # Parent de36470a2f70408ab2628fbfd5efb6c2d10f74bf transitioning to emacsclient because it's faster diff -r de36470a2f70 -r 4824087ce1f2 weave.sh --- a/weave.sh Sun Oct 16 08:23:26 2011 -0700 +++ b/weave.sh Mon Oct 24 08:31:37 2011 -0700 @@ -7,11 +7,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 \ +# 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' + + +emacsclient \ --eval " (progn (setq org-publish-project-alist @@ -26,8 +45,7 @@ )) (org-publish-project \"project\"))" \ -\ -2>&1 | pcregrep 'Wrote' +