Sharon Kimble writes:
> How do I drop the debian version and stick with the git version please?

make up2

> (setq load-path (cons "/home/boudiccas/.emacs.d/lisp" load-path))

You shouldn't need this unless you really have some stuff in there
that's just for you.  I'd suggest moving those things to site-lisp if
possible (which is already in load-path and therefore doesn't need any
gymnastics).

> (add-to-list 'load-path "/home/boudiccas/git/org-mode/lisp" load-path) 
> (require 'org-install)
> (add-to-list 'load-path "/home/boudiccas/git/org-mode/contrib/lisp" load-path)

Drop this, too.  Do add

(require 'org-loaddefs)

instead since at least the standard Debian Emacs is too old to work
without it.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables


Reply via email to