From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brice Waegeneire Subject: Error after moving from 7.9.4 to 8.0: Cannot open load file org-element Date: Sun, 21 Apr 2013 18:26:54 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTx6l-0002j8-2e for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 12:27:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTx6h-0000c0-Jw for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 12:27:19 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:65315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTx6h-0000bo-Df for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 12:27:15 -0400 Received: by mail-we0-f172.google.com with SMTP id r3so5454113wey.3 for ; Sun, 21 Apr 2013 09:27:14 -0700 (PDT) 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 Hello org-mode users, In moving from 7.9.4 to 8.0 org-mode I stumbled upon the following error (emacs --debug-init). The "[...]" is a portion i couldn't copy: Debugger entered--Lisp error: (file-error "Cannot open load file" "org-mode/lisp/org-element") org-element-at-point() org-store-link(nil) org-babel-tangle-single-block(1) org-babel-tangle-collect-blocks("emacs-lisp" nil) org-babel-tangle(nil "~/.emacs.d/ldk-emacs.el" "emacs-lisp") org-babel-tangle-file("~/.emacs.d/ldk-emacs.org" "~/.emacs.d/ldk-emacs.el" "emacs-lisp") org-babel-load-file("~/.emacs.d/ldk-emacs.org") eval-buffer(# nil "/home/lambda/.emacs.d/init.el" nil t) ; Reading at buffer position 397 load-with-code-conversion("/home/lambda/.emacs.d/init.el" "/home/lambda/.emacs.d/init.el" t t) load("/home/lambda/.emacs.d/init" t t) #[0 " \205\262 [...] [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]() command-line() normal-top-level() For the upgrade I've deleted the org-mode folder, replaced in my emacs configuration file "release_7.9.4" by "release_8.0" and then restarted emacs. el-get had then installed org-mode 8.0, after that I don't have the issue yet but it occurs after I had modified my emacs' configurartion (whatever the modification) and restarted it. You can find my emacs configuration here : https://gist.github.com/korthaerd/27877114462e2475f82e#file-emacs-debug-init-8-0 Can some help me with that ? Coridally, liberdiko.