comparison 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
comparison
equal deleted inserted replaced
23:88d986bf127b 24:7b34b718503e
11 fi 11 fi
12 12
13 13
14 dir=`pwd` 14 dir=`pwd`
15 15
16 # emacs \
17 # -l /home/r/config/emacs/clojure-init.el \
18 # -l /home/r/config/emacs/org-init.el \
19 # -l /home/r/config/emacs/web-color.el \
20 # --batch \
21 # --eval "
22 # (progn
23 # (setq org-publish-project-alist
24 # '(
25 # (\"project\"
26 # :base-directory \"$dir/org\"
27 # :base-extension \"org\"
28 # :publishing-directory \"$dir/html\"
29 # :recursive t
30 # :publishing-function org-publish-org-to-html
31 # :auto-preamble t)
32 # ))
33
34 # (org-publish-project \"project\"))" \
35 # \
36 # 2>&1 #| pcregrep 'Wrote'
37
16 emacs \ 38 emacs \
17 -l /home/r/config/emacs/clojure-init.el \ 39 -l /home/r/.emacs \
18 -l /home/r/config/emacs/org-init.el \
19 -l /home/r/config/emacs/web-color.el \
20 --batch \ 40 --batch \
21 --eval " 41 --eval "
22 (progn 42 (progn
23 (setq org-publish-project-alist 43 (setq org-publish-project-alist
24 '( 44 '(
25 (\"project\" 45 (\"project\"
26 :base-directory \"$dir/org\" 46 :base-directory \"$dir/org\"
27 :base-extension \"org\" 47 :base-extension \"org\"
28 :publishing-directory \"$dir/html\" 48 :publishing-directory \"$dir/html\"
29 :recursive t 49 :recursive t
30 :publishing-function org-publish-org-to-html 50 :publishing-function org-html-publish-to-html
31 :auto-preamble t) 51 :auto-preamble t)
32 )) 52 ))
33 53
34 (org-publish-project \"project\"))" \ 54 (org-publish-project \"project\"))" \
35 \ 55 \