Ah, Fixed, Thanks -- Eric

Rainer M Krug <[email protected]> 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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to