Jean-Léon HENRY writes:
> Hi,
>
> I just upgraded org to 9.4.4 and org-version is returning an empty string
> when called unineractively. More precisely
>[...]
> In my regular set-up, this breaks version checks used in other packages :
> (version< (org-version) "9.0") for example is called. This gives you the
> following backtrace :
> Debugger entered--Lisp error: (error "Invalid version syntax: ‘’ (must start
> with a number)")
> signal(error ("Invalid version syntax: ‘’ (must start with a number)"))
> error("Invalid version syntax: `%s' (must start with a number)" "")
> version-to-list("")
> version<("" "9.0")
Thanks for the report. I think this is the same issue as
<https://orgmode.org/list/[email protected]>. Org needs to be
adjusted for the new ELPA setup.