From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug in org-src.el? Date: Tue, 12 Feb 2013 17:49:56 +0100 Message-ID: <87mwv9h3yj.fsf@bzg.ath.cx> References: <8738xgf5ia.fsf@googlemail.com> <87y5euhp9r.fsf@bzg.ath.cx> <87y5et5wsz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5J3Z-0005c6-MW for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 11:50:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5J3T-0006L6-GR for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 11:50:09 -0500 Received: from mail-ea0-f171.google.com ([209.85.215.171]:63643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5J3T-0006Et-7u for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 11:50:03 -0500 Received: by mail-ea0-f171.google.com with SMTP id c13so137846eaa.16 for ; Tue, 12 Feb 2013 08:50:00 -0800 (PST) In-Reply-To: <87y5et5wsz.fsf@gmail.com> (Thorsten Jolitz's message of "Tue, 12 Feb 2013 17:19:56 +0100") 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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hi Thorsten, Thorsten Jolitz writes: > I discovered this with a much more complicated code block, but with some > (not really successfull) debugging I found out that the problem is > simply an empty result string, i.e. this happens when 'results' is '""'. > So its easy to reproduce with any expression that doesn't produce > output. Indeed! Fixed in master. Thanks for pushing following up on this one, it has been nagging me several times. Best, -- Bastien