Ah, Fixed, Thanks -- Eric

Rainer M Krug <r.m.k...@gmail.com> 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.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to