From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Oliver_Ve=C4=8Dern=C3=ADk?= Subject: diff in `src' blocks Date: Mon, 13 May 2013 09:33:00 +0200 Message-ID: <877gj3pc5v.fsf@kerstf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbnG2-0006OF-KK for emacs-orgmode@gnu.org; Mon, 13 May 2013 03:33:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbnG1-0001pQ-R8 for emacs-orgmode@gnu.org; Mon, 13 May 2013 03:33:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:56483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbnG1-0001pH-LJ for emacs-orgmode@gnu.org; Mon, 13 May 2013 03:33:17 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UbnFz-00066h-9e for emacs-orgmode@gnu.org; Mon, 13 May 2013 09:33:15 +0200 Received: from 178.112.135.165.wireless.dyn.drei.com ([178.112.135.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 May 2013 09:33:15 +0200 Received: from ov by 178.112.135.165.wireless.dyn.drei.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 May 2013 09:33:15 +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 Hi, in the following org file the second block gets not exported (tested with text and html exporter, release_8.0.2-119-g646f1a): --8<---------------cut here---------------start------------->8--- #+OPTIONS: toc:nil author:nil #+BEGIN_SRC sh :exports results :results output cat testdiff.txt.orig #+END_SRC #+BEGIN_SRC sh :exports results :results output diff testdiff.txt.orig testdiff.txt #+END_SRC #+BEGIN_SRC sh :exports results :results output diff testdiff.txt.orig testdiff.txt | cat #+END_SRC #+BEGIN_SRC sh :exports results :results output ls testdiff.* #+END_SRC --8<---------------cut here---------------end--------------->8--- __________ TESTDIFF __________ ,---- | asdf | ghjk `---- ,---- | 1c1 | < asdf | --- | > qwer `---- ,---- | testdiff.html | testdiff.org | testdiff.txt | testdiff.txt.orig `---- Why is the `diff' command alone not exported while the piped `diff' via `cat' works? Is this this a bug? -- Regards, Oliver