Guys >>>>> "Dan" == Dan Griswold <[EMAIL PROTECTED]> writes:
Dan> Perhaps the problem with getting the name of the org tarball Dan> (which changes with each version) can be solved by replacing: Dan> wget http://staff.science.uva.nl/~dominik/Tools/org/org.tar.gz Dan> with this: Dan> command="" result=`lftp -c open -e ls Dan> http://orgmode.org|grep tar.gz|grep -v freemind` Dan> orgname="http://orgmode.org"${result:16:20} wget $orgname I'm confused about your concerns here. Carsten appears to link the latest version of the org tar file to http://orgmode.org/org.tar.gz therefore you don't need to do anything clever - you just run the script and it pulls down the latest version. Have I missed something ? The script works as written when I try it - if you are having problems, email me the output from your xterm and I will sort it. Pete _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode