From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: ob-R, problem with try/catch Date: Sun, 26 Apr 2015 10:11:02 -0700 Message-ID: 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; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmQ5F-00011J-6j for emacs-orgmode@gnu.org; Sun, 26 Apr 2015 13:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmQ5C-0005WI-18 for emacs-orgmode@gnu.org; Sun, 26 Apr 2015 13:11:09 -0400 Received: from iport-acv3-out.ucsd.edu ([132.239.0.4]:48883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmQ5B-0005WB-OZ for emacs-orgmode@gnu.org; Sun, 26 Apr 2015 13:11:05 -0400 In-Reply-To: <87k2wzrr55.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: Org-mode , "Thomas S. Dye" , Rainer M Krug On Sun, 26 Apr 2015, Nicolas Goaziou wrote: > Hello, > > Rainer M Krug writes: > >> Possible a candidate for the new linting library for org, to mark it >> as an invalid argument combination > > Done. Do you know any other such combinations? 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. I guess this would be 'low' trust? == For inline src block and inline babel call, `:results list' and `:results table' are invalid and throw an error in `org-babel-insert-result'. HTH, Chuck