Mercurial > org-tools
changeset 5:4824087ce1f2
transitioning to emacsclient because it's faster
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 24 Oct 2011 08:31:37 -0700 |
parents | de36470a2f70 |
children | 5370428e673e |
files | weave.sh |
diffstat | 1 files changed, 25 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/weave.sh Sun Oct 16 08:23:26 2011 -0700 1.2 +++ b/weave.sh Mon Oct 24 08:31:37 2011 -0700 1.3 @@ -7,11 +7,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 +# emacs \ 1.13 +# -l /home/r/config/emacs/clojure-init.el \ 1.14 +# -l /home/r/config/emacs/org-init.el \ 1.15 +# -l /home/r/config/emacs/web-color.el \ 1.16 +# --batch \ 1.17 +# --eval " 1.18 +# (progn 1.19 +# (setq org-publish-project-alist 1.20 +# '( 1.21 +# (\"project\" 1.22 +# :base-directory \"$dir/org\" 1.23 +# :base-extension \"org\" 1.24 +# :publishing-directory \"$dir/html\" 1.25 +# :recursive t 1.26 +# :publishing-function org-publish-org-to-html 1.27 +# :auto-preamble t) 1.28 +# )) 1.29 + 1.30 +# (org-publish-project \"project\"))" \ 1.31 +# \ 1.32 +# 2>&1 #| pcregrep 'Wrote' 1.33 + 1.34 + 1.35 +emacsclient \ 1.36 --eval " 1.37 (progn 1.38 (setq org-publish-project-alist 1.39 @@ -26,8 +45,7 @@ 1.40 )) 1.41 1.42 (org-publish-project \"project\"))" \ 1.43 -\ 1.44 -2>&1 | pcregrep 'Wrote' 1.45 1.46 1.47 1.48 +