From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K <kjambunathan@gmail.com> 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: <yeg8vkpzadr.fsf@carro.ll.iac.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([140.186.70.92]:51348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <kjambunathan@gmail.com>) 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 <kjambunathan@gmail.com>) 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 <kjambunathan@gmail.com>) 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 <emacs-orgmode@gnu.org>; Mon, 30 Jan 2012 09:50:45 -0800 (PST) In-Reply-To: <yeg8vkpzadr.fsf@carro.ll.iac.es> (Angel de Vicente's message of "Mon, 30 Jan 2012 11:40:32 +0000") List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 <angelv@iac.es> Cc: emacs-orgmode@gnu.org Angel de Vicente <angelv@iac.es> 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. --