rlm@422: #!/bin/sh rlm@422: rlm@422: emacs \ rlm@422: -l /home/r/config/emacs/clojure-init.el \ rlm@422: -l /home/r/config/emacs/org-init.el \ rlm@422: -l /home/r/config/emacs/thesis-color.el \ rlm@422: --batch \ rlm@422: --eval " rlm@422: (progn rlm@428: (find-file \"$1.org\") rlm@422: (org-latex-export-to-latex nil nil nil t nil))" \ rlm@422: \ rlm@422: 2>&1 rlm@422: rlm@428: rm $1.tex~