Hi, I just noticed switching from the standard org-mode comming with emacs 23 to a recent version, there where no org-version command at all. Under Arch-Linux they ask you to add (require 'org-install) to your config. After doing so it was fine. Not sure if this is related.
Torsten On 24 April 2012 00:32, Bastien <[email protected]> wrote: > Hi Eric, > > Eric Schulte <[email protected]> writes: > >> I'm getting export failures due to the org-version variable no longer >> being defined. See the following minimal debug output [1]. If I >> manually give the org-version variable a value, e.g., > > this issue comes from the new Makefile, which creates the org-version > variable at compile time. I reported this to Achim yesterday and we > are looking for a solution. > > In the meantime, if you don't want to compile (I do not) the stupid > workaround is to set org-version in your config... but yeah, let's > fix this upstream ASAP. > > Thanks, > > -- > Bastien >
