From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: can't find org-version? Date: Tue, 4 Sep 2012 14:13:10 +0100 (BST) Message-ID: <1346764390.60712.YahooMailNeo@web29805.mail.ird.yahoo.com> References: <878vcrkbuu.fsf@jnanam.net> <1346657034.96590.YahooMailNeo@web29806.mail.ird.yahoo.com> <5044C335.4090004@grierwhite.com> <1346757283.96924.YahooMailNeo@web29806.mail.ird.yahoo.com> <5685.1346760278@alphaville> Reply-To: Giovanni Ridolfi Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8swR-0007vY-D7 for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 09:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8swK-0001qU-7y for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 09:13:19 -0400 Received: from nm25-vm7.bullet.mail.ird.yahoo.com ([212.82.109.208]:48807) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T8swJ-0001qG-Tp for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 09:13:12 -0400 In-Reply-To: <5685.1346760278@alphaville> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "nicholas.dokos@hp.com" Cc: "orgmode@grierwhite.com" , Achim Gratz , "emacs-orgmode@gnu.org" , "slade@jnanam.net" Da: Nick Dokos =0A=0AInviato: Marted=EC 4 Settembre = 2012 14:04=0A=0A> Giovanni Ridolfi wrote:=0A>> = Would you please try to add (require 'org-install) instead of (require 'org= )=A0 and see if org-toodledo works?=0A>> =0A>> > As mentioned in one of the= above threads, the version of a package is pretty fundamental=0A>> >=A0 an= d I'd expect it to be provided by the base require.=0A> >=0A>> The variable= org-version *is indeed provided* but not in the file your code expects it.= =0A>> =0A> Is it? I can only find a function named org-version, not a vari= able.=0A=0AHi, Nick,=0A=0Ayou're right, therfore, obviously ;-) I was wrong= .=0A=0AThe function is org-version and it gets its arguments from=A0 the va= riables=0Aorg-release=0Aand=0Aorg-git-version=0Adefined in the file=A0 lisp= /org-version.el=0A=0Athanks for pointing it up.=0A=0Acheers,=0AGiovanni