From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager Date: Mon, 30 Jan 2012 23:20:29 +0530 Message-ID: <81pqe1m656.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrvNU-0004wD-30 for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 12:51:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrvNO-000851-8I for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 12:50:52 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:59008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrvNN-00084U-VL for emacs-orgmode@gnu.org; Mon, 30 Jan 2012 12:50:46 -0500 Received: by dake40 with SMTP id e40so4078661dak.0 for ; Mon, 30 Jan 2012 09:50:45 -0800 (PST) In-Reply-To: (Angel de Vicente's message of "Mon, 30 Jan 2012 11:40:32 +0000") 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: Angel de Vicente Cc: emacs-orgmode@gnu.org 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 > first... If there is a mysterious force loading Org from the *system path* *and* if you *don't* have Org checked out in one of your local directories , then you can as well move the above three lines to the top of your .emacs. This way your elpa path will override system location. --