From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: file-error "Cannot open load file" "org" Date: Tue, 3 Sep 2013 22:04:04 +0200 Message-ID: <2013-09-03T21-58-16@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGwpx-0003J7-OB for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 16:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGwpr-0007cK-TB for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 16:04:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:40805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGwpr-0007cC-Ma for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 16:04:23 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VGwpn-0002Lt-Dm for emacs-orgmode@gnu.org; Tue, 03 Sep 2013 22:04:19 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Sep 2013 22:04:19 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Sep 2013 22:04:19 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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