From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: [BUG] [babel] result wrapping with indented source blocks Date: Tue, 27 Mar 2012 13:18:38 +0200 Message-ID: <878vim47ht.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCUQq-0005TL-BF for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 07:19:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCUQo-0006y9-MH for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 07:19:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:35301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCUQo-0006y4-FK for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 07:19:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SCUQl-0004I5-15 for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 13:19:15 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 13:19:14 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 13:19:14 +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 all, there seems to be another bug related to indented babel source blocks when the results are wrapped. Here is an example. Try to evaluate this block twice. (Keeping the indentation) ,---- | #+begin_src sh :results file wrap | echo "test.txt" | #+end_src | | #+results: | :RESULTS: | [[file:test.txt]] | :END: `---- The second evaluation fails with the error #+begin_quote progn: Search failed: #("^ :END:" 1 3 (face org-special-keyword fontified t)) #+end_quote Regards, Andreas