diff weave-all.sh @ 24:7b34b718503e tip

makefile, and updated this stuff to work with the newest emacs!
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 12:30:24 -0800
parents c14f3a4af7fd
children
line wrap: on
line diff
     1.1 --- a/weave-all.sh	Thu Jun 13 22:00:59 2013 -0400
     1.2 +++ b/weave-all.sh	Mon Mar 02 12:30:24 2015 -0800
     1.3 @@ -13,10 +13,30 @@
     1.4  
     1.5  dir=`pwd`
     1.6  
     1.7 +# emacs  \
     1.8 +# -l /home/r/config/emacs/clojure-init.el \
     1.9 +# -l /home/r/config/emacs/org-init.el \
    1.10 +# -l /home/r/config/emacs/web-color.el \
    1.11 +# --batch \
    1.12 +# --eval "
    1.13 +# (progn
    1.14 +# (setq org-publish-project-alist
    1.15 +#       '(
    1.16 +# 	(\"project\"
    1.17 +# 	 :base-directory \"$dir/org\"
    1.18 +# 	 :base-extension \"org\"
    1.19 +# 	 :publishing-directory \"$dir/html\"
    1.20 +# 	 :recursive t
    1.21 +# 	 :publishing-function org-publish-org-to-html
    1.22 +# 	 :auto-preamble t)
    1.23 +# 	))
    1.24 +
    1.25 +# (org-publish-project \"project\"))" \
    1.26 +# \
    1.27 +# 2>&1 #| pcregrep 'Wrote'
    1.28 +
    1.29  emacs  \
    1.30 --l /home/r/config/emacs/clojure-init.el \
    1.31 --l /home/r/config/emacs/org-init.el \
    1.32 --l /home/r/config/emacs/web-color.el \
    1.33 +-l /home/r/.emacs \
    1.34  --batch \
    1.35  --eval "
    1.36  (progn
    1.37 @@ -27,7 +47,7 @@
    1.38  	 :base-extension \"org\"
    1.39  	 :publishing-directory \"$dir/html\"
    1.40  	 :recursive t
    1.41 -	 :publishing-function org-publish-org-to-html
    1.42 +	 :publishing-function org-html-publish-to-html
    1.43  	 :auto-preamble t)
    1.44  	))
    1.45