From: Karl Voit <devnull@Karl-Voit.at>
To: emacs-orgmode@gnu.org
Subject: file-error "Cannot open load file" "org"
Date: Tue, 3 Sep 2013 22:04:04 +0200 [thread overview]
Message-ID: <2013-09-03T21-58-16@devnull.Karl-Voit.at> (raw)
Hi!
I've got a strange issue here: today, I set up a second laptop with
more or less identical configuration (Debian Wheezy; orgmode from
git g6fdc23). I copied my .emacs.d to the new machine but Org-mode
is not working there :-O
Whenever I open an Org file, I get:
File mode specification error: (file-error "Cannot open load file"
"org")
For testing purposes I used this minimal .emacs:
(add-to-list 'load-path "~/.emacs.d/contrib/org-mode/lisp")
(add-to-list 'load-path "~/.emacs.d/contrib/org-mode/contrib/lisp" t)
;; assign file extensions to Org-mode
(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
;;(require 'org-install) ;; vk 2012-11-20 this line is obsolete
(require 'org)
What can I check/modify?
--
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
> get Memacs from https://github.com/novoid/Memacs <
https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github
next reply other threads:[~2013-09-03 20:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 20:04 Karl Voit [this message]
2013-09-04 10:32 ` file-error "Cannot open load file" "org" Karl Voit
2013-09-04 11:07 ` Thorsten Jolitz
2013-09-04 12:07 ` Karl Voit
2013-09-04 15:34 ` Karl Voit
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2013-09-03T21-58-16@devnull.Karl-Voit.at \
--to=devnull@karl-voit.at \
--cc=emacs-orgmode@gnu.org \
--cc=news1142@Karl-Voit.at \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.