From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: file-error Date: Tue, 10 May 2011 23:13:06 -0400 Message-ID: <4614.1305083586@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJzrZ-0007LI-6Q for emacs-orgmode@gnu.org; Tue, 10 May 2011 23:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJzrY-0006Tb-2Q for emacs-orgmode@gnu.org; Tue, 10 May 2011 23:13:25 -0400 Received: from vms173007pub.verizon.net ([206.46.173.7]:32866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJzrX-0006TW-UC for emacs-orgmode@gnu.org; Tue, 10 May 2011 23:13:24 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LL000FN5GXVU881@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 10 May 2011 22:13:12 -0500 (CDT) In-reply-to: Message from Jeff Kowalczyk of "Wed, 11 May 2011 00:35:55 -0000." 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: Jeff Kowalczyk Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Jeff Kowalczyk wrote: > I use el-get org-mode recipe, but I see the same behavior with a typical > org-mode config from init.el. > > On org-mode git master start with emacs bzr trunk (emacs 24), org errors on load: > > File mode specification error: (file-error "Cannot open load file" "lisp/org") > progn: Cannot open load file: lisp/org > > Any idea what file mode specification in this context would be? The unix file > mode is normal: > > [master]~/.emacs.d/el-get $ ls -al org-mode/lisp/org.el* > -rw-r--r-- 1 myuser users 774897 May 10 16:45 org-mode/lisp/org.el > -rw-r--r-- 1 myuser users 688684 May 10 16:45 org-mode/lisp/org.elc > > Thanks for any suggestions, > We need a backtrace: see section 1.4, "Feedback", in the Orgmode manual. But clearly, this is not an orgmode error: emacs just cannot find the file to load (for whatever reason - the backtrace will make clear what the reason is, but it is probably an incorrect load-path or an incorrect file spec). Nick