From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angel de Vicente Subject: org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager Date: Mon, 30 Jan 2012 11:40:32 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrpbO-0003k3-7I for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 06:40:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrpbI-0001BO-KZ for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 06:40:50 -0500 Received: from plane.gmane.org ([80.91.229.3]:35073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrpbI-0001BK-Dm for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 06:40:44 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RrpbH-0005pR-DY for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 12:40:43 +0100 Received: from carro.ll.iac.es ([161.72.206.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jan 2012 12:40:43 +0100 Received: from angelv by carro.ll.iac.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Jan 2012 12:40:43 +0100 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: emacs-orgmode@gnu.org 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 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... Thanks, -- Ángel de Vicente http://angel-de-vicente.blogspot.com/