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 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 locally by apply

[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 ___

[Orgmode] Re: [babel] support plantuml

2010-08-27 Thread zwz
"Eric Schulte" writes: > zwz writes: > >> "Eric Schulte" 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 contri

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 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

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

2010-08-26 Thread Eric Schulte
Rainer M Krug 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 http://eschulte.github.com/babel-dev/DO

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

2010-08-26 Thread Eric Schulte
zwz writes: > "Eric Schulte" 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 a

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" writes: > >> Hi, >> >> I ag

[Orgmode] Re: [babel] support plantuml

2010-08-26 Thread zwz
"Eric Schulte" 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 http://orgmode.org/w

[Orgmode] Re: [babel] support plantuml

2010-08-26 Thread zwz
Mike Gauland writes: > Mike Gauland 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 f

[Orgmode] Re: [babel] support plantuml

2010-08-25 Thread Mike Gauland
Mike Gauland 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 setting "co

[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: a