Perhaps the problem with getting the name of the org tarball (which
changes with each version) can be solved by replacing:

   wget http://staff.science.uva.nl/~dominik/Tools/org/org.tar.gz

with this:

   command=""
   result=`lftp -c open -e ls http://orgmode.org|grep tar.gz|grep -v freemind`
   orgname="http://orgmode.org"${result:16:20}
   wget $orgname


-- 
--------------
Dan Griswold
Rochester, NY
--------------



_______________________________________________
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

Reply via email to