From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: Re: file-error Date: Wed, 11 May 2011 14:27:42 +0000 (UTC) Message-ID: References: <4614.1305083586@alphaville.dokosmarshall.org> 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]:51344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKAOM-0002NI-4W for emacs-orgmode@gnu.org; Wed, 11 May 2011 10:27:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKAOL-0000g7-9E for emacs-orgmode@gnu.org; Wed, 11 May 2011 10:27:58 -0400 Received: from lo.gmane.org ([80.91.229.12]:42537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKAOK-0000g2-P1 for emacs-orgmode@gnu.org; Wed, 11 May 2011 10:27:57 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QKAOI-0007lb-Ul for emacs-orgmode@gnu.org; Wed, 11 May 2011 16:27:55 +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 16:27:54 +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 16:27:54 +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 Nick Dokos hp.com> writes: > 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). After several attempts, I have not been able to get a traceback that shows much useful information: M-x toggle-debug-on-error, scratch buffer, (org-reload) C-x C-e Debugger entered--Lisp error: (file-error "Cannot open load file" "lisp/org") (org-reload) eval((org-reload) nil) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil) I have relieved el-get from org-mode duties temporarily to debug, and here's the current section in ~/.emacs.d/init.el, no extra customizations to Org: ;; org-mode install (add-to-list 'load-path "~/.emacs.d/el-get/org-mode/lisp") (add-to-list 'load-path "~/.emacs.d/el-get/org-mode/contrib/lisp") (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (require 'org-install) The file path is valid: $ ls -al ~/.emacs.d/el-get/org-mode/lisp | head total 6280 drwxr-xr-x 2 myuser users 12288 May 11 06:45 . drwxr-xr-x 10 myuser users 4096 May 11 06:45 .. -rw-r--r-- 1 myuser users 6439 May 10 22:27 ob-asymptote.el -rw-r--r-- 1 myuser users 4571 May 11 06:44 ob-asymptote.elc -rw-r--r-- 1 myuser users 3352 May 10 22:27 ob-calc.el -rw-r--r-- 1 myuser users 2367 May 11 06:44 ob-calc.elc -rw-r--r-- 1 myuser users 6749 May 10 22:27 ob-C.el -rw-r--r-- 1 myuser users 5987 May 11 06:44 ob-C.elc -rw-r--r-- 1 myuser users 3022 May 10 22:27 ob-clojure.el I don't know that this is an Org-mode problem, only that the above isn't working with emacs bzr trunk (emacs 24) as of the last 5 days or so. Thanks, Jeff