Mercurial > org-tools
diff tangle.sh @ 1:fd36f08d32c5
added weave, which exports files to html.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 15 Oct 2011 09:17:23 -0700 |
parents | 341a5da5f196 |
children | a838c4a7fb70 |
line wrap: on
line diff
1.1 --- a/tangle.sh Sat Oct 15 08:16:03 2011 -0700 1.2 +++ b/tangle.sh Sat Oct 15 09:17:23 2011 -0700 1.3 @@ -5,7 +5,6 @@ 1.4 # 1.5 DIR=`pwd` 1.6 FILES="" 1.7 -ORGINSTALL="/home/r/config/emacs/extend/org-mode/lisp/org-install.el" 1.8 1.9 # wrap each argument in the code required to call tangle on it 1.10 for i in $@; do