From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: diff in `src' blocks Date: Mon, 13 May 2013 08:32:42 +0000 (UTC) Message-ID: References: <877gj3pc5v.fsf@kerstf.org> <8738trpaku.fsf@kerstf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UboDz-0002OP-1v for emacs-orgmode@gnu.org; Mon, 13 May 2013 04:35:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UboDu-0007Q8-3L for emacs-orgmode@gnu.org; Mon, 13 May 2013 04:35:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:45873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UboDt-0007Px-Rv for emacs-orgmode@gnu.org; Mon, 13 May 2013 04:35:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UboDo-0005eB-7s for emacs-orgmode@gnu.org; Mon, 13 May 2013 10:35:04 +0200 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 May 2013 10:35:04 +0200 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 May 2013 10:35:04 +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 Oliver Večerník vecernik.at> writes: > Figured out myself, sorry for the noise. It has to do with the exit > status of the `diff', which is 1 if the files are different. So I use > the pipe through `cat'. Useless use of cat... Regards, Achim