Mercurial > org-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:341a5da5f196 | 1:fd36f08d32c5 |
---|---|
3 # | 3 # |
4 # tangle files with org-mode | 4 # tangle files with org-mode |
5 # | 5 # |
6 DIR=`pwd` | 6 DIR=`pwd` |
7 FILES="" | 7 FILES="" |
8 ORGINSTALL="/home/r/config/emacs/extend/org-mode/lisp/org-install.el" | |
9 | 8 |
10 # wrap each argument in the code required to call tangle on it | 9 # wrap each argument in the code required to call tangle on it |
11 for i in $@; do | 10 for i in $@; do |
12 FILES="$FILES \"$i\"" | 11 FILES="$FILES \"$i\"" |
13 done | 12 done |