emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jeff Kowalczyk <jtk@yahoo.com>
To: emacs-orgmode@gnu.org
Subject: Re: file-error
Date: Wed, 11 May 2011 14:27:42 +0000 (UTC)	[thread overview]
Message-ID: <loom.20110511T160154-137@post.gmane.org> (raw)
In-Reply-To: 4614.1305083586@alphaville.dokosmarshall.org

Nick Dokos <nicholas.dokos <at> 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

  reply	other threads:[~2011-05-11 14:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-11  0:35 file-error Jeff Kowalczyk
2011-05-11  3:13 ` file-error Nick Dokos
2011-05-11 14:27   ` Jeff Kowalczyk [this message]
2011-05-11 15:25     ` file-error Jeff Kowalczyk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20110511T160154-137@post.gmane.org \
    --to=jtk@yahoo.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).