From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [BUG] [babel] result wrapping with indented source blocks Date: Tue, 27 Mar 2012 09:08:30 -0400 Message-ID: <874ntafay9.fsf@gmx.com> References: <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]:45256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCY1H-0003i2-ID for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 11:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCY1B-0001WT-51 for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 11:09:11 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:52769) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SCY1A-0001WD-Te for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 11:09:05 -0400 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: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas Leha writes: > 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 > > Hi Andreas, I've just pushed up a fix for this bug. Thanks for the report. -- Eric Schulte http://cs.unm.edu/~eschulte/