From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ob-R, problem with try/catch Date: Sun, 26 Apr 2015 19:28:58 +0200 Message-ID: <87zj5ulrxh.fsf@nicolasgoaziou.fr> References: <83477C11-94B6-467B-8CD5-77976FE83C31@gmail.com> <0A59ABA8-865B-44CE-823A-0CC168983981@gmail.com> <87k2wzrr55.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmQLB-00073J-So for emacs-orgmode@gnu.org; Sun, 26 Apr 2015 13:27:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmQLB-0007bU-0H for emacs-orgmode@gnu.org; Sun, 26 Apr 2015 13:27:37 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmQLA-0007b9-R1 for emacs-orgmode@gnu.org; Sun, 26 Apr 2015 13:27:36 -0400 In-Reply-To: (Charles C. Berry's message of "Sun, 26 Apr 2015 10:11:02 -0700") 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: "Charles C. Berry" Cc: Org-mode , "Thomas S. Dye" , Rainer M Krug "Charles C. Berry" writes: > Except for langs emacs-lisp, clojure, ruby, picolisp, and python > `:results pp' does nothing. > > mathematica refers to "pp" but I don't get what it does - it looks > like "raw" would be a more suitable :results format. > > Of course, somebody could add a pretty print routine for another > language, so maybe avoid hard coding the langs. Done. > I guess this would be 'low' trust? The whole check already has `low' trust anyway. > For inline src block and inline babel call, `:results list' and > `:results table' are invalid and throw an error in > `org-babel-insert-result'. Done. Regards,