Achim Gratz wrote: > Am 30.09.2013 21:05, schrieb Joseph Vidal-Rosset: >> >> Here is the beginning of my init.el in my .emacs.d/ : >> >> (message "* --[ Loading my Emacs init file ]--") >> (add-to-list 'load-path "~/.emacs.d/org-8.2/lisp") >> (add-to-list 'load-path "/.emacs.d/org-8.2/contrib/lisp" t) ^ ~ Missing tilde...
>> (package-initialize) > > Try this perhaps: > > (message "* --[ Loading my Emacs init file ]--") > (add-to-list 'load-path "/.emacs.d/org-8.2/contrib/lisp" t) > (add-to-list 'load-path "~/.emacs.d/org-8.2/lisp") > (require 'org-loaddefs) > (package-initialize) This is correct only if `org' is not installed via ELPA, right? Otherwise, ~/.emacs.d/elpa/org-<date> would be added to the load-path and could be a cause of mixed code usage? Best regards, Seb -- Sebastien Vauban