From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Graham Smith" Subject: Re: Updating OrgMode Date: Wed, 14 Nov 2007 13:49:59 +0000 Message-ID: <2c75873c0711140549y4dd79294mc8d098e6bfbf6e70@mail.gmail.com> References: <2c75873c0711140112u3011f011q5aaaa2084b7cc857@mail.gmail.com> <87fxz97yln.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0810781209==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IsIms-0004Rg-2z for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 09:00:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IsIml-0004LB-6s for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 09:00:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IsImk-0004K9-8h for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 09:00:06 -0500 Received: from an-out-0708.google.com ([209.85.132.241]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IsImh-00069k-TI for emacs-orgmode@gnu.org; Wed, 14 Nov 2007 09:00:05 -0500 Received: by an-out-0708.google.com with SMTP id c38so35354ana for ; Wed, 14 Nov 2007 06:00:02 -0800 (PST) In-Reply-To: <87fxz97yln.fsf@bzg.ath.cx> 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 --===============0810781209== Content-Type: multipart/alternative; boundary="----=_Part_5366_14688034.1195048199133" ------=_Part_5366_14688034.1195048199133 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Bastien, Thanks but that is roughly what I "think" I was doing and didn't work. I have a directory called "emacsaddins" with a subdirectory called "Orgmode". Together with lines in .emacs to load and require orgmode from that directory. In the past I have just overwritten the contents of the "Orgmode" directory with the latest release and that has then been the version then loaded in Emacs. On this occasion I over wrote the contents of the orgmode directory with 5.13i, but Emacs still loaded 4.67. hence my question about updating because what I was doing in the past didn't work. Which I assumed was because OrgMode was part of Emacs now. Having said that the lines in my .emac is slightly different. (add-to-list 'load-path "C:\\Program Files\\EmacAddIns\\org-mode") (require 'org) but this seemed to work in the past I'm afraid I don't know how to use the script you have attached :-( Sorry I'm being so dim Graham On 14/11/2007, Bastien wrote: > > Hi Graham, > > "Graham Smith" writes: > > > I am returning to emacs after a brief try out some time ago. As Org-mode > > is now part of the distribution I'm no longer too sure how to update > > it. Before I had a folder for Org-mode that my .emacs file pointed to > > and I just copied all the new files into that folder. > > Welcome back to Emacs :) > > Unless you're using Emacs CVS, it's likely that you want to download the > whole Org package every now and then, and make sure you are using org.el > that comes with it. > > To get the latest Org distribution, I am using Pete's script (attached). > Please have a look at it; you certainly want to modify variables to make > it work in your environment. > > > To load the most recent org.el, always put it in the same location and > add this location to your load-path in ~/.emacs: > > (add-to-list 'load-path "~/elisp/testing/org/") > > Then doing a simple (require 'org-install) somewhere after this should > do the trick. It will override any org.el that you might already have > in your .../emacs/lisp/ directory. > > HTH, > > -- > Bastien > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > ------=_Part_5366_14688034.1195048199133 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Bastien,

Thanks but that is roughly what I "think" I was doing and didn't work.

I have a directory called "emacsaddins" with a subdirectory called "Orgmode".

Together with lines in .emacs to load and require orgmode from that directory.

In the past I have just overwritten the contents of the "Orgmode" directory with the latest release and that has then been the version then loaded in Emacs.

On this occasion I over wrote the contents of the orgmode directory with 5.13i, but Emacs still loaded 4.67. hence my question about updating because what I was doing in the past didn't work. Which I assumed was because OrgMode was part of Emacs now.

Having said that the lines in my .emac is slightly different.

(add-to-list 'load-path "C:\\Program Files\\EmacAddIns\\org-mode")
 (require 'org)

but this seemed to work in the past

I'm afraid I don't know how to use the script you have attached :-(

Sorry I'm being so dim

Graham
On 14/11/2007, Bastien <bzg@altern.org> wrote:
Hi Graham,

"Graham Smith" <myotisone@gmail.com> writes:

> I am returning to emacs after a brief try out some time ago. As Org-mode
> is now part of the distribution I'm no longer too sure how to update
> it. Before I had a folder for Org-mode that my .emacs file pointed to
> and I just copied all the new files into that folder.

Welcome back to Emacs :)

Unless you're using Emacs CVS, it's likely that you want to download the
whole Org package every now and then, and make sure you are using org.el
that comes with it.

To get the latest Org distribution, I am using Pete's script (attached).
Please have a look at it; you certainly want to modify variables to make
it work in your environment.


To load the most recent org.el, always put it in the same location and
add this location to your load-path in ~/.emacs:

(add-to-list 'load-path "~/elisp/testing/org/")

Then doing a simple (require 'org-install) somewhere after this should
do the trick.  It will override any org.el that you might already have
in your .../emacs/lisp/ directory.

HTH,

--
Bastien

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



------=_Part_5366_14688034.1195048199133-- --===============0810781209== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0810781209==--