emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* file-error "Cannot open load file" "org"
@ 2013-09-03 20:04 Karl Voit
  2013-09-04 10:32 ` Karl Voit
  2013-09-04 15:34 ` Karl Voit
  0 siblings, 2 replies; 5+ messages in thread
From: Karl Voit @ 2013-09-03 20:04 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-04 15:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-03 20:04 file-error "Cannot open load file" "org" Karl Voit
2013-09-04 10:32 ` Karl Voit
2013-09-04 11:07   ` Thorsten Jolitz
2013-09-04 12:07     ` Karl Voit
2013-09-04 15:34 ` Karl Voit

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).