From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Brauer Subject: org-babel oz? Date: Thu, 9 Nov 2017 18:07:05 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_E8D3224986044FB79F1EF303209A79E5nordakademiede_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCrET-0007UR-8s for emacs-orgmode@gnu.org; Thu, 09 Nov 2017 13:07:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eCrEN-0006HM-Jb for emacs-orgmode@gnu.org; Thu, 09 Nov 2017 13:07:17 -0500 Received: from merkur.nordakademie.de ([194.94.98.156]:36022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eCrEN-0006Dp-5t for emacs-orgmode@gnu.org; Thu, 09 Nov 2017 13:07:11 -0500 Received: from vpn.dmz.nordakademie.de ([192.168.5.10]) by merkur.nordakademie.de with ESMTP id 4bvowOHvRIR8NtBM for ; Thu, 09 Nov 2017 19:07:06 +0100 (CET) Content-Language: de-DE 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" To: "emacs-orgmode@gnu.org" --_000_E8D3224986044FB79F1EF303209A79E5nordakademiede_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I am looking for a working configuration for using oz code blocks in org-mo= de file. I've installed Mozart2 on macOS 10.12.6 and use org-mode version 9= .0.9. I've put (org-babel-do-load-languages 'org-babel-load-languages '((emacs-lisp . t) (oz . t))) into my Aquamacs initialization and the ob-z.el in a path where Emacs can r= ead it. If I try to execute (C-C C-C) the following code block #+begin_src oz :results value 39 + 3 #+end_src I get the following error messages: executing Oz code block... Org-babel: executing Oz expression Create OPI socket for evaluating expressions open-network-stream: make client process failed: Connection refused, :name,= *Org-babel-OPI-socket*, :buffer, nil, :host, localhost, :service, 6001, :n= owait, nil I cannot figure out, what to do? Any hints? Johannes --_000_E8D3224986044FB79F1EF303209A79E5nordakademiede_ Content-Type: text/html; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable
Hi,

I am looking for a working configuration for using oz code blocks in org-mo= de file. I've installed Mozart2 on macOS 10.12.6 and use org-mode version 9= .0.9. I've put
(org-babe= l-do-load-languages
 'or= g-babel-load-languages
 '((= emacs-lisp . t)
  &n= bsp;(oz . t)))
into my Aquamacs initialization and the ob-z.el in a path where Emacs can read it.<= /font>
= If I try to execute (C-C C-C) the following code block

#+beg= in_src oz :results value
  39= + 3
#+end= _src

I get the following error messages:

executing= Oz code block...
Org-babel= : executing Oz expression
Create OP= I socket for evaluating expressions
open-netw= ork-stream: make client process failed: Connection refused, :name, *Org-bab= el-OPI-socket*, :buffer, nil, :host, localhost, :service, 6001, :nowait, ni= l

I cannot figure out, what to do?
Any hints?

Johannes
--_000_E8D3224986044FB79F1EF303209A79E5nordakademiede_--