Mercurial > org-tools
diff tangle.sh @ 4:de36470a2f70
simplified tangle
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 16 Oct 2011 08:23:26 -0700 |
parents | a838c4a7fb70 |
children | 73beed20f7de |
line wrap: on
line diff
1.1 --- a/tangle.sh Sat Oct 15 09:25:00 2011 -0700 1.2 +++ b/tangle.sh Sun Oct 16 08:23:26 2011 -0700 1.3 @@ -10,11 +10,10 @@ 1.4 done 1.5 1.6 1.7 -emacs -Q --batch \ 1.8 +emacs --batch \ 1.9 +-l /home/r/config/emacs/clojure-init.el \ 1.10 +-l /home/r/config/emacs/org-init.el \ 1.11 --eval "(progn 1.12 -(add-to-list 'load-path (expand-file-name \"/home/r/config/emacs/extend/org-mode/lisp/\")) 1.13 -(add-to-list 'load-path (expand-file-name \"/home/r/config/emacs/extend/org-mode/contrib/lisp/\")) 1.14 -(require 'org)(require 'org-exp)(require 'ob)(require 'ob-tangle) 1.15 (mapc (lambda (file) 1.16 (find-file (expand-file-name file \"$DIR\")) 1.17 (org-babel-tangle)