emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: update-org script


From: Dan Griswold
Subject: [Orgmode] Re: update-org script
Date: Thu, 13 Dec 2007 10:00:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

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
--------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]