From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerhard Subject: Re: emacs 24.4 on windows doesn't load elpa version of org-mode Date: Wed, 19 Nov 2014 16:33:44 +0100 Message-ID: <546CB858.3070704@gmail.com> References: <546C9789.3000501@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr7GS-00012u-RQ for Emacs-orgmode@gnu.org; Wed, 19 Nov 2014 10:33:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xr7GN-0005De-7b for Emacs-orgmode@gnu.org; Wed, 19 Nov 2014 10:33:52 -0500 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:53443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xr7GN-0005DW-02 for Emacs-orgmode@gnu.org; Wed, 19 Nov 2014 10:33:47 -0500 Received: by mail-wi0-f172.google.com with SMTP id n3so5748534wiv.17 for ; Wed, 19 Nov 2014 07:33:46 -0800 (PST) In-Reply-To: <546C9789.3000501@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: Emacs-orgmode@gnu.org Ista, you made me check my .emacs file again. Thanks for the hint, but .emacs is loaded in both versions. My agenda files were set correctly. But the lines (require 'package) (package-initialize) did not work with my new emacs. Then I moved those two lines at the very beginning of .emacs and now it works. That's enough for me at the moment Thanks for helping. Am 19.11.2014 um 14:13 schrieb Gerhard: > Hi, I use Emacs on Win 7 Professional. The versions are > GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN > Org-mode version 8.2.10 (8.2.10-18-g59111b-elpaplus @ > c:/Users/Gerhard/AppData/Roaming/.emacs.d/elpa/org-plus-contrib-20141117/) > > I saw that emacs 24.4 for windows is available > (emacs-24.4-bin-i686-pc-mingw32.zip) but when I start it and check the > versions, I see the following > GNU Emacs 24.4.1 (i686-pc-mingw32) of 2014-10-24 on LEG570 > Org-mode version 8.2.10 (release_8.2.10 @ > c:/bin_portable/emacs-24.4-bin-i686-pc-mingw32/share/emacs/24.4/lisp/org/) > > I did not change anything in my configuration file. Why does emacs 24.4 > not load the elpa version of org-mode?