Has anyone created a script for updating org? It's only a few commands but since we're fortunate enough to get updates so frequently (thanks Carsten!) it would be nice to only have to type one. I don't know how to write quality scripts but I've jotted down what I think would need to be done to make it a tiny bit easier in case no one's done it and someone is willing to give it a shot. wget http://staff.science.uva.nl/~dominik/Tools/org/ awk to find out version number wget http://staff.science.uva.nl/~dominik/Tools/org/org-x.zip tar -xvzf org-x.tar.gz rm -rf ~/org-tar.gz rm ~/.elisp/org mv org-x ~/.elisp/org cd ~/.elisp/org make I guess improvements could be made to keep the old version of org or revert back if make fails. Anyone have a script that does this or willing to take a crack at it? Thanks, Scott