From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: =?UTF-8?B?UmU6IEJ1Zzogb3JnIGJhYmVsIHBsYW50dW1sIEphdmEgcGFyYW1l?= =?UTF-8?B?dGVyIGlzIGlnbm9yZWQgWzkuMyAoOS4zLWVscGEgQCAvbml4L3N0b3JlL2F6?= =?UTF-8?B?bTkzY2JxNDg3c3pnZGRwNWhoaTR2cDFxOXJ5eXA3LWVtYWNzLXBhY2thZ2Vz?= =?UTF-8?B?LWRlcHMvc2hhcmUvZW1hY3Mvc2l0ZS1saXNwL2VscGEvb3JnLTIwMTkxMjAz?= =?UTF-8?B?Lyld?= Date: Mon, 03 Feb 2020 19:54:22 +0100 Message-ID: <87r1zb1oyp.fsf@gnu.org> References: <87lfq2tr00.fsf@mailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46147) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iygra-0003vh-03 for emacs-orgmode@gnu.org; Mon, 03 Feb 2020 13:54:26 -0500 In-Reply-To: <87lfq2tr00.fsf@mailbox.org> (Philipp Middendorf's message of "Mon, 20 Jan 2020 10:29:51 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Philipp Middendorf Cc: emacs-orgmode@gnu.org Hi Philipp, Philipp Middendorf writes: > I don't have a globally available "java" executable and from the > source > code, it appears there is a ":java" parameter for org-babel to specify > an executable. Looking at the source code, however, it seems that this > parameter is never actually used (see org-babel-execute:plantuml in > ob-plantuml.el). In `org-babel-execute:plantuml' I see this binding: (java (or (cdr (assq :java params)) "")) which means that the local binding "java" is set based on the :java parameter, which you need to set to your java executable. Does it look right to you? Thanks, -- Bastien