emacs-orgmode
[Top][All Lists]
Advanced

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

[O] fix bug in ascii plot


From: Thierry Banel
Subject: [O] fix bug in ascii plot
Date: Mon, 14 Dec 2015 22:38:19 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

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)


Attachment: 0001-Fix-missing-dollar-bug-revealed-by-commit-16c7594.patch
Description: Text Data


reply via email to

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