On 4/25/07, Pete Phillips <pete@smtl.co.uk> wrote:

> Scott Jaderholm <jaderholm@gmail.com> writes:
>Has anyone created a script for updating org?

This will do the job.  It doesn't compile the lisp file, but I
frequently don't bother to do this anyway.  :-)

I changed it to work without symlinks because I sync the files to Windows, and I added make, and it works great. Thanks!

# ORGDIR is a symbolic link. We get rid of it
rm -f $DIR

I'm guessing that should be rm -f $ORGDIR then?

Again, thank you!

--Scott