Hi Waldemar,
There is now `org-ditaa-jar-option' that you can set like this:
(setq org-ditaa-jar-option "-jar c:/cygwin")
Thanks,
--
Bastien
okay, nevermind, i figured it out myself.
need to hack "ob-ditaa.el":
look for the line (cmd (concat "java" and insert your cygwin path
(e.g. c:/cygwin) just before shell-quote-argument,
org-babel-process-file-name in-file and org-babel-process-file-name
out-file, so that it will look like thi
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg21593.html
im trying to set up ditaa on my cygwin/windows7 machine and encountered the
very same problem as described in the above mentioned mail, i.e. the error
"jar not accessible".
i tried to fix it by hacking org-exp-blocks, but it does not