From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Drechsler Subject: Re: Org update script Date: Thu, 26 Apr 2007 00:27:37 +0200 Message-ID: <87abww144m.fsf@pdrechsler.de> References: 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 1Hgq3X-0005Eo-7k for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 18:33:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hgq3U-0005Ec-Sv for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 18:33:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hgq3U-0005EZ-OM for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 18:33:44 -0400 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 1Hgpxo-00019F-P9 for emacs-orgmode@gnu.org; Wed, 25 Apr 2007 18:27:52 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hgpxg-0006s7-F8 for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 00:27:44 +0200 Received: from dslb-084-057-064-229.pools.arcor-ip.net ([84.57.64.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2007 00:27:44 +0200 Received: from patrick by dslb-084-057-064-229.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Apr 2007 00:27:44 +0200 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 "Scott Jaderholm" writes: > 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 Why make? Isn't org mode small enough to run with *.el files instead of *.elc files? I've never compiled org mode. I just do make install-info after adopting the path in the Makefile. Patrick -- There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence. Jeremy S. Anderson