From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Doyley, Marvin M." Subject: Re: Trouble using julia with org-babel Date: Thu, 30 Oct 2014 02:09:25 +0000 Message-ID: References: <0B377BAB-18B0-4F12-9A84-AD0836E4C171@ur.rochester.edu>, Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjfBB-000674-HD for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 22:09:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjfB5-0003Fh-J2 for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 22:09:37 -0400 Received: from mail-bn1bbn0103.outbound.protection.outlook.com ([157.56.111.103]:30544 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjfB5-0003F9-Cg for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 22:09:31 -0400 In-Reply-To: Content-Language: en-US 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: Ista Zahn Cc: "emacs-orgmode@gnu.org" I am using release-0.3.0 what version are you using. I am also using ob-jul= ia.el Cheers, M Sent from my iPad > On Oct 29, 2014, at 9:43 PM, Ista Zahn wrote: >=20 > On Wed, Oct 29, 2014 at 12:35 PM, Doyley, Marvin M. > wrote: >>=20 >> Hi there, >>=20 >> I have been play with julia the last couple of weeks and have been havi= ng >> some issues when I try to use it in org-babel >>=20 >> More specifically, It get the following error >>=20 >> ERROR: unsupported or misplaced expression using >> in _start at ./client.jl:394 >> in _start at /julia/usr/lib/julia/sys.dylib >>=20 >>=20 >> When I execute the following code block >>=20 >> #+begin_src julia >> using Winston >> #+end_src >=20 > I get the same thing, though both of these variations work for me: >=20 > #+begin_src julia > using Winston > 1 + 1 > #+end_src >=20 > #+RESULTS: > : 2 >=20 > #+begin_src julia :results output > using Winston > #+end_src >=20 > Hope this helps, > Ista >>=20 >> #+RESULTS: >>=20 >> I should mention, that everything works perfectly in eshell or when I >> execute simple code blocks like >>=20 >>=20 >> #+begin_src julia >> linspace(0,10,5) >> #+end_src >>=20 >> #+RESULTS: >> | 0 | >> | 2.5 | >> | 5 | >> | 7.5 | >> | 10 | >>=20 >>=20 >> Does Any body know how to resolve this issue. >>=20 >> Cheers, >> M