From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sankalp Subject: Re: org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager Date: Mon, 30 Jan 2012 22:05:40 +0530 Message-ID: References: <817h09i9rp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d042f911a0eab7604b7c17199 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RruD5-0000fQ-DZ for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 11:36:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RruD3-00062e-Pq for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 11:36:03 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:49874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RruD3-00062V-L9 for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 11:36:01 -0500 Received: by vcbfl11 with SMTP id fl11so3357530vcb.0 for ; Mon, 30 Jan 2012 08:36:00 -0800 (PST) In-Reply-To: <817h09i9rp.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: Angel de Vicente , emacs-orgmode@gnu.org --f46d042f911a0eab7604b7c17199 Content-Type: text/plain; charset=ISO-8859-1 On 30 January 2012 19:15, Jambunathan K wrote: > Angel de Vicente writes: > > > Hi, > > > > I'm running Emacs 23.2.1 (bundled with Ubuntu 11.04), and until now I > > was running the org-mode package that came with it (6.33x). Today I > > decided to update to the latest org version, and I followed the > > instructions at http://orgmode.org/worg/org-faq.html#installing-via-elpa > > > > When I do M-x locate-library RET org I get: > > Library is file ~/.emacs.d/elpa/org-20120129/org.elc > > > > which looks good, but if I do M-x org-version I get: > > Org-mode version 6.33x > Try going to the *scratch* buffer, doing an M-x load-library org and evaluating the value of the sexp "org-version" (using C-j with the cursor placed immediately after it). Does that give you a different result, or is it still 6.33x? > > > > In my .emacs file I have > > ;; Org-mode > > ;;******************************************** > > (require 'org-install) > > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > > (define-key global-map "\C-cl" 'org-store-link) > > (define-key global-map "\C-ca" 'org-agenda) > > (define-key global-map "\C-cb" 'org-iswitchb) > > (global-font-lock-mode 1) > > (setq org-log-done t) > > > > and at the end of the file > > > > (setq load-path (cons "~/Emacs-custom" load-path)) > > (require 'package) > > (package-initialize) > > > > Did I miss something else that I should do? I was planning on getting > > rid of the version that comes with Emacs, but I thought I should ask > > first... > If you get the newer org installed and running, I don't see a reason to manually "remove" the one that comes with Emacs, unless you've got space issues. > 1. Did you restart Emacs? > 2. If you remove (require 'org-install) does it help? > 3. Emacs-24.1 (currently in pre-test) has the latest and greatest Org. > > > Thanks, > > -- > > --f46d042f911a0eab7604b7c17199 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On 30 January 2012 19:15, Jambunathan K <kjambunathan@gm= ail.com> wrote:
Angel de Vicente <angelv@iac.es> writes:

> Hi,
>
> I'm running Emacs 23.2.1 (bundled with Ubuntu 11.04), and until no= w I
> was running the org-mode package that came with it (6.33x). Today I > decided to update to the latest org version, and I followed the
> instructions at http://orgmode.org/worg/org-faq.html#insta= lling-via-elpa
>
> When I do M-x locate-library RET org I get:
> Library is file ~/.emacs.d/elpa/org-20120129/org.elc
>
> which looks good, but if I do M-x org-version I get:
> Org-mode version 6.33x

Try going = to the *scratch* buffer, doing an M-x load-library org and evaluating the v= alue of the sexp "org-version" (using C-j with the cursor placed = immediately after it).
Does that give you a different result, or is it still 6.33x?
=A0
>
> In my .emacs file I have
> ;; Org-mode
> ;;********************************************
> (require 'org-install)
> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode= ))
> (define-key global-map "\C-cl" 'org-store-link)
> (define-key global-map "\C-ca" 'org-agenda)
> (define-key global-map "\C-cb" 'org-iswitchb)
> (global-font-lock-mode 1)
> (setq org-log-done t)
>
> and at the end of the file
>
> (setq load-path (cons "~/Emacs-custom" load-path))
> (require 'package)
> (package-initialize)
>
> Did I miss something else that I should do? I was planning on getting<= br> > rid of the version that comes with Emacs, but I thought I should ask > first...

If you get the newer org= installed and running,=A0 I don't see a reason to manually "remov= e" the one that comes with Emacs, unless you've got space issues.<= br>

1. Did you restart Emacs?
2. If you remove (require 'org-install) does it help?
3. Emacs-24.1 (currently in pre-test) has the latest and greatest Org.

> Thanks,

--


--f46d042f911a0eab7604b7c17199--