emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] fix bug in ascii plot


From: Nicolas Goaziou
Subject: Re: [O] fix bug in ascii plot
Date: Tue, 15 Dec 2015 00:13:49 +0100

Hello,

Thierry Banel <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]