Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-31 Thread Angel de Vicente
Hi, Jambunathan K writes: >> Any idea on how to test if org is getting confused with 6.33 beyond >> reporting that as its version? > > In your .emacs file, *just before* package-initialize add this and > restart Emacs. > > (when (featurep 'org) > (error "Some mysterious force has already loade

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-31 Thread Angel de Vicente
Hi, Jambunathan K writes: > Angel de Vicente writes: >> which looks good, but if I do M-x org-version I get: >> Org-mode version 6.33x [...] > 1. Did you restart Emacs? yes > 2. If you remove (require 'org-install) does it help? no > 3. Emacs-24.1 (currently in pre-test) has the latest a

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
Angel de Vicente writes: > 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

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
> Any idea on how to test if org is getting confused with 6.33 beyond > reporting that as its version? In your .emacs file, *just before* package-initialize add this and restart Emacs. (when (featurep 'org) (error "Some mysterious force has already loaded org. Investigate why this is so."))

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Sankalp
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 followe

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
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#i

[O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Angel de Vicente
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 loca