[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug: org babel plantuml Java parameter is ignored [9.3 (9.3-elpa @ /
From: |
Bastien |
Subject: |
Re: Bug: org babel plantuml Java parameter is ignored [9.3 (9.3-elpa @ /nix/store/azm93cbq487szgddp5hhi4vp1q9ryyp7-emacs-packages-deps/share/emacs/site-lisp/elpa/org-20191203/)] |
Date: |
Mon, 03 Feb 2020 19:54:22 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Hi Philipp,
Philipp Middendorf <address@hidden> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Bug: org babel plantuml Java parameter is ignored [9.3 (9.3-elpa @ /nix/store/azm93cbq487szgddp5hhi4vp1q9ryyp7-emacs-packages-deps/share/emacs/site-lisp/elpa/org-20191203/)],
Bastien <=