From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Babel: ob-plantuml fails on Windows Date: Thu, 02 Sep 2010 14:47:21 -0400 Message-ID: <10104.1283453241@alphaville.usa.hp.com> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=46605 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrEop-0007aO-7B for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:47:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrEon-0004qs-Qa for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:47:27 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:8288) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrEon-0004qY-NQ for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 14:47:25 -0400 In-Reply-To: Message from Manish of "Fri, 03 Sep 2010 00:06:51 +0530." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manish Cc: nicholas.dokos@hp.com, Org-Mode Manish wrote: > Hello! > > I was trying to test ob-plantuml and it failed with following trace. > > Setup: > > - GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-08-30 on 3249CTO > - Windows XP SP 2 > - Org mode from git head > - org-plantuml-jar-path is set > - This example works from command-line and does not require dot. > > Trace: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > string-match("[^\"]" nil) > shell-quote-argument(nil) > (concat "java -jar " (shell-quote-argument org-plantuml-jar-path) " > -p " cmdline " < " (shell-quote-argument in-file) " > " > (shell-quote-argument out-file)) Maybe something similar to the problem discussed in this message/thread? http://thread.gmane.org/gmane.emacs.orgmode/29535/focus=29539 Nick