From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Stansell Subject: elpa's copy of org-version.el Date: Thu, 18 Jul 2013 17:44:06 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzrJL-0004d1-JI for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 12:44:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzrJI-0000Yp-2q for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 12:44:11 -0400 Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:59855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzrJH-0000YU-UK for emacs-orgmode@gnu.org; Thu, 18 Jul 2013 12:44:08 -0400 Received: by mail-ie0-f181.google.com with SMTP id x12so7184662ief.26 for ; Thu, 18 Jul 2013 09:44:07 -0700 (PDT) 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 Hello, If I install org from elpa the file org-version.el is missing and I get the following: M-x org-version Org-mode version N/A (N/A !!check installation!! @ /Home/ps/.emacs.d/elpa/org-20130715.1743/) and M-x locate-library org-version No library org-version in search path However, the following give the expected results: M-x locate-library org Library is file ~/.emacs.d/elpa/org-20130715.1743/org.elc M-x locate-library org-install Library is file ~/.emacs.d/elpa/org-20130715.1743/org-install.el If I install org from git://orgmode.org/org-mode.git it includes the file org-version.el and all of the above commands work okay, eg, M-x locate-library org-version Library is file ~/local/emacs/site-lisp/org-git/org-version.el Is something wrong here? Thanks, Paul