From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: fix bug in ascii plot Date: Tue, 15 Dec 2015 00:13:49 +0100 Message-ID: <87a8pc8vyq.fsf@nicolasgoaziou.fr> References: <566F36CB.2060702@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8cHh-0007rB-6R for emacs-orgmode@gnu.org; Mon, 14 Dec 2015 18:12:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8cHd-000703-US for emacs-orgmode@gnu.org; Mon, 14 Dec 2015 18:12:01 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8cHd-0006zq-Om for emacs-orgmode@gnu.org; Mon, 14 Dec 2015 18:11:57 -0500 In-Reply-To: <566F36CB.2060702@free.fr> (Thierry Banel's message of "Mon, 14 Dec 2015 22:38:19 +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: Thierry Banel Cc: Org-Mode mailing list Hello, Thierry Banel writes: > The 16c7594 commit (found by bisecting) revealeda bug in ascii-plot. > Attached is a fix. > > To test, consider this table: > | 1 | > | 2 | > | 3 | > > The cursor being in the table, type C-c " a > > > Result with the bug: > | 1 | | > | 2 | | > | 3 | | > #+TBLFM: 2='(orgtbl-ascii-draw $1 1 3 12) > > > Result with the fix: > | 1 | | > | 2 | WWWWWW | > | 3 | WWWWWWWWWWWW | > #+TBLFM: $2='(orgtbl-ascii-draw $1 1 3 12) Applied. Thank you. Regards, -- Nicolas Goaziou