Andrew Stine <[email protected]> writes: > Byte-compiling org-mode a second time after installation seems to > permanently solve the problem for me. I suspect that this is not a bug > with org-mode, but with elpa. Thanks for your assistance.
You might want to file a bug report against Emacs, since gnu-elpa is now part of it. The way package manager compiles sources is troublesome when the same package (more to the point an earlier version of it) is reachable via a different directory in load-path and it can go completely haywire if part of that package is already loaded into memory (like when you've had a (require 'org) in your customization). Unfortunately for orgmode that is always the case since it is also part of Emacs. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofeld V1.15B11: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
