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