From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Griswold Subject: Re: update-org script Date: Thu, 13 Dec 2007 10:00:08 -0500 Message-ID: <87ejdqmyh3.fsf@cantor.griswold.home> References: <20071212161429.GA4086@pollux> <20160.1197487077@localhost> <20071213134232.GA1239@pollux> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2pZ0-0001LL-0i for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 10:01:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2pYy-0001H0-9j for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 10:01:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2pYy-0001Ga-3o for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 10:01:24 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J2pYx-00005i-HV for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 10:01:23 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J2pYY-0007aX-8g for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 15:00:58 +0000 Received: from cpe-66-67-61-244.rochester.res.rr.com ([66.67.61.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Dec 2007 15:00:58 +0000 Received: from dgriswol by cpe-66-67-61-244.rochester.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Dec 2007 15:00:58 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 --------------