From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Errors get suppressed by org-babel-execute-src-block Date: Wed, 10 Feb 2016 23:57:42 +0100 Message-ID: <8737t0b2c9.fsf@nicolasgoaziou.fr> References: <87pow4pb5b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTdfk-0004R7-MR for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 17:55:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTdfj-0004Z8-RV for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 17:55:44 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:46196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTdfj-0004Xn-Cq for emacs-orgmode@gnu.org; Wed, 10 Feb 2016 17:55:43 -0500 In-Reply-To: <87pow4pb5b.fsf@gmail.com> (Aaron Ecay's message of "Wed, 10 Feb 2016 20:23:44 +0000") 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: Gary Oberbrunner Cc: Orgmode Mailing List Hello, Aaron Ecay writes: > I=E2=80=99d like to install the attached patch to master, if there are no > objections. That should resolve your concern as well as cleaning up the > dead code. No objection, but... > +(require 'subr-x) ; For `if-let' ... you are not using `if-let' anywhere if this patch. Besides, we still cannot use subr-x, since it is a 24.4 library, and, AFAIR, we didn't drop support for 24.3 yet. Regards, --=20 Nicolas Goaziou