From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Masterson Subject: Re: Does ELPA package work?? Date: Sat, 05 Apr 2014 00:20:51 -0700 Message-ID: <8638hsckdo.fsf@gmail.com> References: <86r45gy7ts.fsf@gmail.com> <87a9c2mhj5.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWKui-000714-9o for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 03:21:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWKuW-0008Ff-QF for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 03:21:16 -0400 Received: from plane.gmane.org ([80.91.229.3]:39195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWKuW-0008FY-Ja for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 03:21:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WWKuU-0000Qy-Oc for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 09:21:02 +0200 Received: from 71-84-12-50.dhcp.trlk.ca.charter.com ([71.84.12.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Apr 2014 09:21:02 +0200 Received: from dsmasterson by 71-84-12-50.dhcp.trlk.ca.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Apr 2014 09:21:02 +0200 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 Achim Gratz writes: > David Masterson writes: >> I've installed the complete Cygwin setup on my Windows 8.1 system. This >> included Emacs 24.3 with Org v7.9.3f. I then used the Emacs package >> system to install the latest version of Org (20140317 or 8.2.5h). >> Everything seemed to go without a problem, but org-version still says >> 7.9.3f with nothing in my .emacs. Is there something I need to do to >> ensure that the new package is initialized? I see that the new Org >> package directory has been added to load-path. > > Put > > (package-initialize) > > at the very beginning of your .emacs. Thanks -- David Masterson