From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: file-error Date: Wed, 11 May 2011 00:35:55 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJxPR-0004IE-CO for emacs-orgmode@gnu.org; Tue, 10 May 2011 20:36:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJxPQ-00021B-Ka for emacs-orgmode@gnu.org; Tue, 10 May 2011 20:36:13 -0400 Received: from lo.gmane.org ([80.91.229.12]:49679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJxPQ-000212-CW for emacs-orgmode@gnu.org; Tue, 10 May 2011 20:36:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QJxPO-0000Zd-U8 for emacs-orgmode@gnu.org; Wed, 11 May 2011 02:36:11 +0200 Received: from 74-93-188-161-Oregon.hfc.comcastbusiness.net ([74.93.188.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 02:36:10 +0200 Received: from jtk by 74-93-188-161-Oregon.hfc.comcastbusiness.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2011 02:36:10 +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 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, Jeff