From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: problem with ob-octave (matlab) Date: Fri, 01 Apr 2016 08:30:25 +0000 Message-ID: <87egaphgta.fsf@mat.ucm.es> References: <87wpoiy22s.fsf@mat.ucm.es> Reply-To: Uwe Brauer Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aluTT-00018k-5N for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 04:30:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aluTP-0005db-4t for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 04:30:35 -0400 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:33437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aluTO-0005dQ-RT for emacs-orgmode@gnu.org; Fri, 01 Apr 2016 04:30:31 -0400 Received: by mail-wm0-x232.google.com with SMTP id f198so15835745wme.0 for ; Fri, 01 Apr 2016 01:30:29 -0700 (PDT) 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: John Kitchin Cc: Uwe Brauer , emacs-orgmode@gnu.org >>> "John" == John Kitchin writes: > sometimes setting :results to raw or code can help. > I occasionally have trouble when the results get interpreted as cons > cells, and maybe some other things too (in other languages but i think > it a general problem.) You mean #+BEGIN_SRC matlab syms a b A=[a,b;b,a] eig(A) #+END_SRC #+RESULTS: code This did not help. Did you get that code snippet to work?