Re: [O] HTML export fails with (void-variable org-version)

2012-04-26 Thread Achim Gratz
Bernt Hansen writes: > Thanks for the detailed explanation Achim. I hope my problem report on > this issue wasn't taken as a complaint - it wasn't intended that way -- Don't worry, problem reports are appreciated (even in the form of comaplints, which yours weren't). As I said before, I do want

Re: [O] HTML export fails with (void-variable org-version)

2012-04-26 Thread Bernt Hansen
Achim Gratz writes: > Bernt Hansen writes: >> I tried that... and installed emacs under Cygwin (so it can find emacs >> to run emacs -batch) and then had to fix permissions on org-install >> (since it's on a windows drive) before make autoloads worked. > > It's preferrable to use NTEmacs for this

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Achim Gratz
Bernt Hansen writes: > I tried that... and installed emacs under Cygwin (so it can find emacs > to run emacs -batch) and then had to fix permissions on org-install > (since it's on a windows drive) before make autoloads worked. It's preferrable to use NTEmacs for this step, even though the .elc fi

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Bernt Hansen
Jonathan Leech-Pepin writes: > Hello Bernt > > On Wed, Apr 25, 2012 at 12:21, Bernt Hansen wrote: >> Achim Gratz writes: >> >>> Bastien writes: 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

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Achim Gratz
Bernt Hansen writes: > I don't think make autoloads is an option for me at work... I'm using > GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO > and I don't have make available... > > I use git under Cygwin to get the org-mode repository and access it from > NT Emacs. That's ex

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Jonathan Leech-Pepin
Hello Bernt On Wed, Apr 25, 2012 at 12:21, Bernt Hansen wrote: > Achim Gratz writes: > >> Bastien writes: >>> 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. >> >> Again, the i

Re: [O] HTML export fails with (void-variable org-version)

2012-04-25 Thread Bernt Hansen
Achim Gratz writes: > Bastien writes: >> 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. > > Again, the issue here is not compilation, but missing autoloads. > > make autoloads

Re: [O] HTML export fails with (void-variable org-version)

2012-04-23 Thread Achim Gratz
Bastien writes: > 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. Again, the issue here is not compilation, but missing autoloads. make autoloads And if you still think you must

Re: [O] HTML export fails with (void-variable org-version)

2012-04-23 Thread Torsten Wagner
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 2

Re: [O] HTML export fails with (void-variable org-version)

2012-04-23 Thread Bastien
Hi Eric, Eric Schulte 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

[O] HTML export fails with (void-variable org-version)

2012-04-23 Thread Eric Schulte
Hi, 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., (setq org-version "special") then export works as expected. This can be re-created using the latest