From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [babel] Maxima code blocks do not work Date: Mon, 27 Jun 2011 09:34:47 +0100 Message-ID: <874o3bwu3c.fsf@ucl.ac.uk> References: <4E04D24E.6080906@uni-koeln.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7fG-0007Vn-OY for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 04:59:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb7fE-0007Sq-QF for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 04:59:30 -0400 Received: from vscani-b2.ucl.ac.uk ([144.82.108.135]:53340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7fE-0007SL-Bt for emacs-orgmode@gnu.org; Mon, 27 Jun 2011 04:59:28 -0400 In-Reply-To: <4E04D24E.6080906@uni-koeln.de> (Bernd Weiss's message of "Fri, 24 Jun 2011 14:07:10 -0400") 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: Bernd Weiss Cc: emacs-orgmode@gnu.org Bernd Weiss writes: > Dear all, > > The follwing Maxima code block does not work: > > #+begin_src maxima > 1+1; > #+end_src > #+results: > #+begin_example > incorrect syntax: / is not a prefix operator > incorrect syntax: GuM is not an infix operator > parser: incomplete number; missing exponent? > -- an error. To debug this try: debugmode(true); > incorrect syntax: Too many )'s > incorrect syntax: Premature termination of input at $. > Maxima encountered a Lisp error: > parser: end of file while scanning expression. > Automatically continuing. > To enable the Lisp debugger set *debugger-hook* to nil. > #+end_example Strange. I don't get this at all. In fact, I get no output at all with your example. If I change the code to: #+begin_src maxima a: 1+1; print(a); #+end_src then I get: #+results: : 2 > Package: Org-mode version 7.5 (release_7.5.435.gd3100) I am running a newer version of org than you are so maybe update? I am also on emacs 24. HTH, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.457.g85ca)