From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikhail Titov Subject: Re: [babel] java headless support is missing for most graphing languages Date: Sat, 19 May 2012 21:55:08 -0500 Message-ID: <4FB85D0C.4090800@gmx.us> References: <004b01cd3490$f66372e0$e32a58a0$@us> <87vcjs8v7o.fsf@gnu.org> <4FB83815.5090104@gmx.us> <87liknbxpz.fsf@gmx.com> <4FB84E9B.1040007@gmx.us> <871umfbs8w.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVwIf-0002uq-Sn for emacs-orgmode@gnu.org; Sat, 19 May 2012 22:55:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVwId-0006ZU-3P for emacs-orgmode@gnu.org; Sat, 19 May 2012 22:55:17 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:34811) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SVwIc-0006Z8-Rv for emacs-orgmode@gnu.org; Sat, 19 May 2012 22:55:15 -0400 In-Reply-To: <871umfbs8w.fsf@gmx.com> 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: Eric Schulte Cc: Bastien , emacs-orgmode@gnu.org On 05/19/2012 07:39 PM, Eric Schulte wrote: >> I am confident that for all folks working with orgmode remotely using, >> let's say, SSH connection without X11 tunneling, blocks calling such >> java tools will fail. So I'd call it a bug. Either there should be a way >> to supply :java to other similar "languages", or headless option should >> be set by default. >> > I just added a :java option to plantuml which may be used in the same > manner as the :java option for ditaa. I'm not sure which other > languages would benefit from such an option, but I agree that each java > language should provide a way to pass command line options to the java > executable. Thank you! I quickly checked, indeed it is only ob-java, ob-ditaa, and ob-plantuml that use java. plantuml was the only one that missed java command line options. Nevertheless I'd say it won't hurt to have headless option set by default. I don't insist :-) M.