Gregor Zattler writes:
> Really great.  This works for me with Emacs 23.4.1 and it's org
> version 6.33x, while not with the same Emacs and org-version 7.8.10
> (release_7.8.10-529-gc4cad9).  I copied the version info from the info
> file since org-version shows no version any more.

You didn't do a 'make autoloads'?

> My minimal .emacs for this test was:
> (setq load-path (cons "~/src/org-mode/lisp" load-path)) 
> (setq load-path (cons "~/src/org-mode/contrib/lisp" load-path)) 

I know you find this in lots of places, but what's wrong with

(add-to-list "~/src/org-mode/lisp" load-path)

which also takes care not to add the same entry multiple times?

> (require 'org-install)

And where is this org-install found?  The one that came with Emacs won't do.

> (org-reload)

Unnecessary.


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

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves


Reply via email to