Benjamin Slade writes:
> Since updating to org 7.9, I've had an odd problem with another
> package that depends on org-mode (org-toodledo). It reports that it
> can't find org-version. I did have org installed via git, but I
> decided, given that I'm running emacs24, to change over to the elpa
> install to see if that made any difference. It didn't.
>
> The following work-around patches the problem, but I was wondering how
> to "really" solve it:
>
>
> (require 'org-version)
> (setq org-version (org-release))

The variable org-version was an internal one that has been removed.  The
org-toodledo package should not rely on internal variables, but rather
use the official interface, in this case the function org-version.


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

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds


Reply via email to