[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-ditaa woes
From: |
Dr. Arne Babenhauserheide |
Subject: |
Re: org-ditaa woes |
Date: |
Fri, 20 Oct 2023 20:16:53 +0200 |
User-agent: |
mu4e 1.10.7; emacs 30.0.50 |
Leo Butler <Leo.Butler@umanitoba.ca> writes:
>>> [...]
>>> (cmd (concat "java " java " " org-ditaa-jar-option " "
>>> (shell-quote-argument
>>> (expand-file-name
>>> (if eps org-ditaa-eps-jar-path org-ditaa-jar-path)))
>>> " " cmdline
>>> " " (org-babel-process-file-name in-file)
>>> " " (org-babel-process-file-name out-file)))
>>> [...]
From the commit, this is an ancient version of ob-ditaa (11 years ago).
In my current source I see
(cmd (concat org-babel-ditaa-java-cmd
" " java " " org-ditaa-jar-option " "
(shell-quote-argument
(expand-file-name
(if eps org-ditaa-eps-jar-path org-ditaa-jar-path)))
" " cmdline
" " (org-babel-process-file-name in-file)
" " (if pdf-cmd
eps-file
(org-babel-process-file-name out-file)))))
(use C-h v org-babel-ditaa-java-cmd to see the value of the java
executable — you can then customize this to use a different command)
Going forward we may want to adjust ob-ditaa to allow for an executable
like ob-plantuml does it.
Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de
signature.asc
Description: PGP signature
- org-ditaa woes, Florin Boariu, 2023/10/20
- Re: org-ditaa woes, Leo Butler, 2023/10/20
- Re: org-ditaa woes,
Dr. Arne Babenhauserheide <=
- Re: org-ditaa woes, Florin Boariu, 2023/10/20
- Re: org-ditaa woes, Max Nikulin, 2023/10/20
- Re: org-ditaa woes, Florin Boariu, 2023/10/23
- Re: org-ditaa woes, Max Nikulin, 2023/10/24
- Re: org-ditaa woes, Florin Boariu, 2023/10/24
- Re: org-ditaa woes, Ihor Radchenko, 2023/10/24
- Re: org-ditaa woes, Leo Butler, 2023/10/25
- Re: org-ditaa woes, Max Nikulin, 2023/10/26
- Re: org-ditaa woes, Ihor Radchenko, 2023/10/26