From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Bug? -- installing and updating on Windows Date: Mon, 03 Mar 2014 22:46:22 -0600 Message-ID: <87fvmy6069.fsf@fastmail.fm> References: <86lhwqamae.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKhFQ-0004D2-IE for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 23:46:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKhFI-0003Nd-6R for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 23:46:32 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:33203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKhFH-0003NT-Vi for emacs-orgmode@gnu.org; Mon, 03 Mar 2014 23:46:24 -0500 Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 30DCA21599 for ; Mon, 3 Mar 2014 23:46:23 -0500 (EST) In-Reply-To: <86lhwqamae.fsf@gmail.com> (David Masterson's message of "Mon, 03 Mar 2014 15:35:05 -0800") 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: David Masterson Cc: emacs-orgmode@gnu.org David Masterson writes: > I installed a pre-built version of GNU Emacs 24.3.1 on Windows 8.1. It > came with v7.9.3f of Org. I used the package management option to > update to the latest version which (I think) it installed into my > ~/.emacs.d directory (ELPA?). This looks to be Org v8.2.5h. However, > org-version still lists as v7.9.3f. Is something not loading? Three ideas: 1. Check the value of load-path to be sure that it contains ....emacs.d/elpa/org... 2. M-x org-reload 3. If that fails, restart emacs Matt