help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Installing new org-mode version


From: weber
Subject: Re: Installing new org-mode version
Date: 5 Mar 2007 08:24:16 -0800
User-agent: G2/1.0

On 4 mar, 17:48, Stefan Monnier <monn...@iro.umontreal.ca> wrote:
> > I'm not a newbie on emacs anymore, but i'm having trouble to install
> > org-mode :/
> > The problem is: there is already an org-mode version distributed with
> > emacs (gnu emacs 22 cvs)
> > I want to install the last version from the author's site. I cannot do
> > a "make install" easily because I am on Winxp.
> > I tried just putting the new files on my load-path and doing a load-
> > library.
> > Even though the right files are being loaded, when I check version
> > with command "org-version" I still get 4.56b. (The new version is
> > 4.67)
>
> What does M-: (find-library-name "org") RET say?
> What's your load-path?  Where's your new org.el?
> If that still doesn't explain the problem, then:
> where do you modify your load-path in your .emacs?
> how/when do you start org-mode?
> I.e. give us a more specific step-by-step description of what you do.
>
>         Stefan

I wonder if only the org-version variable isn't right.
I tried to run this code on scratch buffer, and even after that I
still get 4.56.

(defvar org-version "4.67"
  "The version number of the file org.el.")

Is this working like it should ?

Thanks
weber



reply via email to

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