emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Needing help on org-gnus + LaTeX export -


From: Sebastien Vauban
Subject: Re: [O] Needing help on org-gnus + LaTeX export -
Date: Tue, 01 Oct 2013 09:16:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]