From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: ditaa and plantuml in PATH Date: Mon, 28 Mar 2016 13:18:20 -0400 Message-ID: <87io064j37.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akavm-0004Ey-0u for emacs-orgmode@gnu.org; Mon, 28 Mar 2016 13:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akavi-0002UD-Rv for emacs-orgmode@gnu.org; Mon, 28 Mar 2016 13:26:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:52296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akavi-0002U9-LE for emacs-orgmode@gnu.org; Mon, 28 Mar 2016 13:26:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1akarp-0007rZ-84 for emacs-orgmode@gnu.org; Mon, 28 Mar 2016 19:22:17 +0200 Received: from pool-74-104-149-70.bstnma.fios.verizon.net ([74.104.149.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Mar 2016 19:22:17 +0200 Received: from ndokos by pool-74-104-149-70.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Mar 2016 19:22:17 +0200 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: emacs-orgmode@gnu.org Alexey Shmalko writes: > Hi! > > I use NixOS and ditaa is globally installed. That means I have ditaa > executable in PATH but no easy way to find a ditaa.jar file. There is > no way to instruct org-ditaa to use the specified executable (it > requires java and path to the ditaa jar file). Note also that I don't > have java in PATH. > > I would like org-ditaa to use ditaa executable from the PATH. Same > goes for org-plantuml. > Does setting org-babel-ditaa-java-cmd to "ditaa" help? Maybe in combination with setting org-ditaa-jar-path to nil or ""? -- Nick