From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Needing help on org-gnus + LaTeX export - Date: Tue, 01 Oct 2013 09:16:03 +0200 Message-ID: <86k3hxv4uk.fsf@somewhere.org> References: <87a9iuuuu2.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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- would be added to the load-path and could be a cause of mixed code usage? Best regards, Seb -- Sebastien Vauban