From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard =?iso-8859-1?Q?Pr=F6ll?= Subject: Re: Org-Mode and ditaa Date: Tue, 28 Jul 2015 07:33:56 +0200 Message-ID: <20150728053356.GA8786@gmail.com> References: <357C9BC2-9C23-4DA9-9FB9-1C4535CFA333@maliwi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJxWg-0000VR-7Y for emacs-orgmode@gnu.org; Tue, 28 Jul 2015 01:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZJxWc-0004fw-Si for emacs-orgmode@gnu.org; Tue, 28 Jul 2015 01:34:06 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:33628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZJxWc-0004fT-MF for emacs-orgmode@gnu.org; Tue, 28 Jul 2015 01:34:02 -0400 Received: by wicmv11 with SMTP id mv11so164224083wic.0 for ; Mon, 27 Jul 2015 22:34:01 -0700 (PDT) Content-Disposition: inline In-Reply-To: <357C9BC2-9C23-4DA9-9FB9-1C4535CFA333@maliwi.it> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Pascal Lorenz Cc: emacs-orgmode@gnu.org 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=F6ll 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/s= cripts/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 prob= lem 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 av= ailable as a separate one? > > >Best regards, > >Pascal Lorenz