emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] file-error "Cannot open load file" "org"


From: Karl Voit
Subject: [O] file-error "Cannot open load file" "org"
Date: Tue, 3 Sep 2013 22:04:04 +0200
User-agent: slrn/0.9.9 (Linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]