Eric Luo writes:
> Hi, I have the following snippet in one of my org files, and have the
> babel settings as following:
>
> ,
> | (setq org-ditaa-jar-path
> | "~/.emacs.d/org-mode/contrib/scripts/ditaa.jar")
> | (org-babel-do-load-languages
> | 'org-babel-load-languages (quote ((emacs-lisp .
Eric Luo writes:
> Hi, I have the following snippet in one of my org files, and have the
> babel settings as following:
[...]
> It seems successed, but when I open the test.png, it is said that this
> file is corrupted.
>
> It's ok if I execute the commandline(java -jar ...) in the shell. It's
Hi, I have the following snippet in one of my org files, and have the
babel settings as following:
,
| (setq org-ditaa-jar-path
| "~/.emacs.d/org-mode/contrib/scripts/ditaa.jar")
| (org-babel-do-load-languages
| 'org-babel-load-languages (quote ((emacs-lisp . t)
|