From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: update-org script Date: Thu, 13 Dec 2007 23:32:29 +0100 Message-ID: References: <20071212161429.GA4086@pollux> <20160.1197487077@localhost> <20071213134232.GA1239@pollux> <87ejdqmyh3.fsf@cantor.griswold.home> <9899.1197566686@localhost> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2wbd-0005WX-FV for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 17:32:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2wbb-0005WL-3v for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 17:32:36 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2wba-0005WI-UP for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 17:32:34 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J2wba-0002RO-JI for emacs-orgmode@gnu.org; Thu, 13 Dec 2007 17:32:34 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1117768ugf.48 for ; Thu, 13 Dec 2007 14:32:33 -0800 (PST) In-Reply-To: <9899.1197566686@localhost> 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: Pete Phillips Cc: Dan Griswold , emacs-orgmode@gnu.org On Dec 13, 2007, at 6:24 PM, Pete Phillips wrote: > > Guys > >>>>>> "Dan" == Dan Griswold 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 That used to be a link, it is now a hard copy because I did not know how to make a link via an ftp connection. So ever since Org-mode moved to orgmode.org, there are two identical copies of the same file on the server: org-version.tar.gz and org.tar.gz - Carsten