Re: [Orgmode] Babel: ob-plantuml fails on Windows

2010-09-07 Thread Eric Schulte
Manish writes: > On Fri, Sep 3, 2010 at 12:19 AM, Eric Schulte wrote: >> Hi Manish, >> >> Are you sure that org-plantuml-jar-path is set when the function >> produces that error? I've just pushed up a slight change to >> ob-plantuml which is more explicit about ensuring the correctness of >> org-

Re: [Orgmode] Babel: ob-plantuml fails on Windows

2010-09-07 Thread Manish
On Fri, Sep 3, 2010 at 12:19 AM, Eric Schulte wrote: > Hi Manish, > > Are you sure that org-plantuml-jar-path is set when the function > produces that error? I've just pushed up a slight change to > ob-plantuml which is more explicit about ensuring the correctness of > org-plantuml-jar-path before

Re: [Orgmode] Babel: ob-plantuml fails on Windows

2010-09-03 Thread Eric Schulte
Nick Dokos writes: > Manish wrote: > >> Hello! >> >> I was trying to test ob-plantuml and it failed with following trace. >> >> Setup: >> >> - GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-08-30 on 3249CTO >> - Windows XP SP 2 >> - Org mode from git head >> - org-plantuml-jar-path is se

Re: [Orgmode] Babel: ob-plantuml fails on Windows

2010-09-02 Thread Eric Schulte
Hi Manish, Are you sure that org-plantuml-jar-path is set when the function produces that error? I've just pushed up a slight change to ob-plantuml which is more explicit about ensuring the correctness of org-plantuml-jar-path before it is used. Could you retry with this new addition? Thanks --

Re: [Orgmode] Babel: ob-plantuml fails on Windows

2010-09-02 Thread Nick Dokos
Manish wrote: > Hello! > > I was trying to test ob-plantuml and it failed with following trace. > > Setup: > > - GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-08-30 on 3249CTO > - Windows XP SP 2 > - Org mode from git head > - org-plantuml-jar-path is set > - This example works from comm

[Orgmode] Babel: ob-plantuml fails on Windows

2010-09-02 Thread Manish
Hello! I was trying to test ob-plantuml and it failed with following trace. Setup: - GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-08-30 on 3249CTO - Windows XP SP 2 - Org mode from git head - org-plantuml-jar-path is set - This example works from command-line and does not require dot. Tr