emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Rainer M Krug
Subject: [Orgmode] [babel] bug in ob-plantuml.el
Date: Thu, 30 Sep 2010 20:39:38 +0200

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

--
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:           +27 - (0)83 9479 042
Fax:            +27 - (0)86 516 2782
Fax:            +49 - (0)321 2125 2244
email:          address@hidden

Skype:          RMkrug
Google:         address@hidden


reply via email to

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