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
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
___
"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
-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
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
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
-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
"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
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
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
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
11 matches
Mail list logo