[Orgmode] Re: [babel] support plantuml

2010-08-29 Thread Michael Gauland
I've run into a minor problem using this under Microsoft Windows. One of my machines puts a space in the temporary folder path, which causes the redirection to fail. I've fixed it locally by applying shell-quote-argument to in-file and out-file in org-bable-execute:plantuml. --Mike

Re: [Orgmode] Re: [babel] support plantuml

2010-08-29 Thread Eric Schulte
Thanks for pointing this out, I've just applied this fix. -- Eric Michael Gauland mikely...@gmail.com writes: I've run into a minor problem using this under Microsoft Windows. One of my machines puts a space in the temporary folder path, which causes the redirection to fail. I've fixed it

Re: [Orgmode] Re: [babel] support plantuml

2010-08-27 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/08/10 19:34, Eric Schulte wrote: Rainer M Krug r.m.k...@gmail.com writes: plantuml looks great - and it could save me quite a bit of work! Could you announce on the list as soon as it is uploaded to git so that I could try it? This is

[Orgmode] Re: [babel] support plantuml

2010-08-27 Thread zwz
Eric Schulte schulte.e...@gmail.com writes: zwz zhangwe...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: Hi, I agree plantuml certainly makes sense as a new code block type. I'd like to include your ob-plantuml.el file into Org-mode/Babel, would you be willing to

[Orgmode] Re: [babel] support plantuml

2010-08-26 Thread zwz
Mike Gauland mikely...@gmail.com writes: Mike Gauland mikelygee at gmail.com writes: I can get an image if I evaluate the block manually (e.g., via 'C-c C-c' with the cursor on the BEGIN block), but when I export the file the image is invalid. I figured it out. I was getting extra

[Orgmode] Re: [babel] support plantuml

2010-08-26 Thread zwz
Eric Schulte schulte.e...@gmail.com writes: Hi, I agree plantuml certainly makes sense as a new code block type. I'd like to include your ob-plantuml.el file into Org-mode/Babel, would you be willing to complete the FSF assignment process for contributing to Org-mode as described at

Re: [Orgmode] Re: [babel] support plantuml

2010-08-26 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 plantuml looks great - and it could save me quite a bit of work! Could you announce on the list as soon as it is uploaded to git so that I could try it? Cheers, Rainer On 26/08/10 16:26, zwz wrote: Eric Schulte schulte.e...@gmail.com writes:

Re: [Orgmode] Re: [babel] support plantuml

2010-08-26 Thread Eric Schulte
zwz zhangwe...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: Hi, I agree plantuml certainly makes sense as a new code block type. I'd like to include your ob-plantuml.el file into Org-mode/Babel, would you be willing to complete the FSF assignment process for contributing

Re: [Orgmode] Re: [babel] support plantuml

2010-08-26 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes: plantuml looks great - and it could save me quite a bit of work! Could you announce on the list as soon as it is uploaded to git so that I could try it? This is now in the Org repository. For setup and usage information see

[Orgmode] Re: [babel] support plantuml

2010-08-25 Thread Mike Gauland
This looks very useful, but I'm having trouble getting it to work. Do you have an example? I tried this: #+BEGIN_SRC plantuml :file uml.png Alice - Bob: Authentication Request Bob -- Alice: Authentication Response Alice - Bob: Another authentication Request Alice -- Bob:

[Orgmode] Re: [babel] support plantuml

2010-08-25 Thread Mike Gauland
Mike Gauland mikelygee at gmail.com writes: I can get an image if I evaluate the block manually (e.g., via 'C-c C-c' with the cursor on the BEGIN block), but when I export the file the image is invalid. I figured it out. I was getting extra carriage returns in the file. I've fixed them by