From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: [babel] using babel for regression testing Date: Thu, 12 Apr 2012 12:05:45 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIMX8-00032Y-1w for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 12:06:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIMX6-0003za-BM for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 12:06:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:47311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIMX6-0003zL-4p for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 12:06:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SIMX0-0002Js-PB for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 18:05:58 +0200 Received: from gw-outbound.broadinstitute.org ([69.173.127.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2012 18:05:58 +0200 Received: from ilya_shl by gw-outbound.broadinstitute.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Apr 2012 18:05:58 +0200 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: emacs-orgmode@gnu.org Is there a babel command to do the following: evaluate all code blocks; for those for which the result is not yet recorded in the org file, record the result; for those for which the result was already recorded, compare the new result with the old result; flag blocks where there is a difference. thanks, ilya