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: Achim Gratz
Subject: Re: [O] Needing help on org-gnus + LaTeX export -
Date: Tue, 01 Oct 2013 08:50:56 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130911 Thunderbird/17.0.9

Am 30.09.2013 21:05, schrieb Joseph Vidal-Rosset:
Hi Eric, Hi everybody,

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)
(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)


Regards,
Achim.




reply via email to

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