emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [babel] bug in ob-plantuml.el


From: Eric Schulte
Subject: [Orgmode] Re: [babel] bug in ob-plantuml.el
Date: Thu, 30 Sep 2010 14:17:12 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Ah, Fixed, Thanks -- Eric

Rainer M Krug <address@hidden> writes:

> Hi
>
> I just found a bug in ob-plantuml.el
>
> (if (string= (file-name-extension out-file) "svg")
>     "-tsvg" "")
>
> needs to be changed to
>
> (if (string= (file-name-extension out-file) "svg")
>     " -tsvg" "")
>
>
> as otherwise, when using the file name extension .svg, the -tsvg is
> concatenated behing -jar without space producing an error message.
>
> Cheers,
>
> Rainer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]