all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Org-Mode and ditaa
@ 2015-07-18 10:34 Pascal Lorenz
  2015-07-28  5:33 ` Bernhard Pröll
  0 siblings, 1 reply; 2+ messages in thread
From: Pascal Lorenz @ 2015-07-18 10:34 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

 When I tried to render an org-mode document containing a ditaa block, an error: "Could not find ditaa.jar at /Users/username/.emacs.d/elpa/contrib/scripts/ditaa.jar". In fact the whole contrib folder was missing, and ditaa.jar wasn't anywhere on my disk.

 After a long search for problems with my configuration, I solved the problem by downloading the sources and copying the contrib folder manually, but shouldn't it be included in the org-plus-contrib package or at least be available as a separate one?


Best regards,

Pascal Lorenz

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Org-Mode and ditaa
  2015-07-18 10:34 Org-Mode and ditaa Pascal Lorenz
@ 2015-07-28  5:33 ` Bernhard Pröll
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Pröll @ 2015-07-28  5:33 UTC (permalink / raw)
  To: Pascal Lorenz; +Cc: emacs-orgmode

Hi Pascal,

alternatively you could have installed ditaa and point ob-ditaa to it:

#+BEGIN_SRC elisp
(setq org-ditaa-jar-path "/usr/bin/ditaa")
#+END_SRC

Not an answer to your actual question, though.

Regards,

Bernhard Pröll

On Sat, 18. Jul 12:34, Pascal Lorenz wrote:
>Hi!
>
> When I tried to render an org-mode document containing a ditaa block, an error: "Could not find ditaa.jar at /Users/username/.emacs.d/elpa/contrib/scripts/ditaa.jar". In fact the whole contrib folder was missing, and ditaa.jar wasn't anywhere on my disk.
>
> After a long search for problems with my configuration, I solved the problem by downloading the sources and copying the contrib folder manually, but shouldn't it be included in the org-plus-contrib package or at least be available as a separate one?
>
>
>Best regards,
>
>Pascal Lorenz

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-28  5:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-18 10:34 Org-Mode and ditaa Pascal Lorenz
2015-07-28  5:33 ` Bernhard Pröll

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.