[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] can't find org-version?
From: |
Achim Gratz |
Subject: |
Re: [O] can't find org-version? |
Date: |
Thu, 06 Sep 2012 08:55:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
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
- Re: [O] can't find org-version?, (continued)
- Re: [O] can't find org-version?, Giovanni Ridolfi, 2012/09/04
- Re: [O] can't find org-version?, Christopher J. White, 2012/09/04
- Re: [O] can't find org-version?, Nick Dokos, 2012/09/04
- Re: [O] can't find org-version?, Nick Dokos, 2012/09/04
- Re: [O] can't find org-version?, Christopher J. White, 2012/09/04
- Re: [O] can't find org-version?, Achim Gratz, 2012/09/06
- Re: [O] can't find org-version?, Bastien, 2012/09/06
- Re: [O] can't find org-version?, Achim Gratz, 2012/09/06
- Re: [O] can't find org-version?, Achim Gratz, 2012/09/06
- Re: [O] can't find org-version?, Bastien, 2012/09/06
Re: [O] can't find org-version?,
Achim Gratz <=