From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Scott Jaderholm" Subject: Org update script Date: Wed, 25 Apr 2007 10:30:27 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1037885589==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgkTb-0000Kp-Nr for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 12:36:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgkTa-0000Kd-82 for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 12:36:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgkTa-0000Ka-34 for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 12:36:18 -0400 Received: from an-out-0708.google.com ([209.85.132.251]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgkNv-0006jG-TP for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 12:30:28 -0400 Received: by an-out-0708.google.com with SMTP id b8so128166ana for ; Wed, 25 Apr 2007 09:30:27 -0700 (PDT) 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 --===============1037885589== Content-Type: multipart/alternative; boundary="----=_Part_241645_14219268.1177518627025" ------=_Part_241645_14219268.1177518627025 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Has anyone created a script for updating org? It's only a few commands but since we're fortunate enough to get updates so frequently (thanks Carsten!) it would be nice to only have to type one. I don't know how to write quality scripts but I've jotted down what I think would need to be done to make it a tiny bit easier in case no one's done it and someone is willing to give it a shot. wget http://staff.science.uva.nl/~dominik/Tools/org/ awk to find out version number wget http://staff.science.uva.nl/~dominik/Tools/org/org-x.zip tar -xvzf org-x.tar.gz rm -rf ~/org-tar.gz rm ~/.elisp/org mv org-x ~/.elisp/org cd ~/.elisp/org make I guess improvements could be made to keep the old version of org or revert back if make fails. Anyone have a script that does this or willing to take a crack at it? Thanks, Scott ------=_Part_241645_14219268.1177518627025 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Has anyone created a script for updating org? It's only a few commands but since we're fortunate enough to get updates so frequently (thanks Carsten!) it would be nice to only have to type one.

I don't know how to write quality scripts but I've jotted down what I think would need to be done to make it a tiny bit easier in case no one's done it and someone is willing to give it a shot.

wget http://staff.science.uva.nl/~dominik/Tools/org/
awk to find out version number
wget http://staff.science.uva.nl/~dominik/Tools/org/org-x.zip
tar -xvzf org-x.tar.gz
rm -rf ~/org-tar.gz
rm ~/.elisp/org
mv org-x ~/.elisp/org
cd ~/.elisp/org
make

I guess improvements could be made to keep the old version of org or revert back if make fails.

Anyone have a script that does this or willing to take a crack at it?

Thanks,
Scott

------=_Part_241645_14219268.1177518627025-- --===============1037885589== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1037885589==--