emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Editing <column-width> cookie in table column breaks tabbin


From: Sebastian P . Luque
Subject: Re: [O] Bug: Editing <column-width> cookie in table column breaks tabbing [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/foo/.emacs.d/elpa/org-20180402/)]
Date: Wed, 11 Apr 2018 10:47:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

On Wed, 11 Apr 2018 13:17:49 +0200,
Nicolas Goaziou <address@hidden> wrote:

> Hello, "Sebastian P. Luque" <address@hidden> writes:

>> When `org-startup-align-all-tables' is t, then editing the <N> cookie
>> in a table causes subsequent tabbing inside the table to throw the
>> following trace:

>> Debugger entered--Lisp error: (args-out-of-range #("abcde" 0 1
>> (help-echo "Clipped table field, use `\\[org-table-edit-field]' to
>> edit.  Full value is:

> Could you provide an ECM? I couldn't reproduce the issue.

Biensur:

╭───── [ emacs_init.el ]
│ (package-initialize)
│ (toggle-debug-on-error)
│ (setq org-startup-align-all-tables t)
╰─────

First line is to ensure the Elpa Org package is available.

╭───── [ bug.org ]
│ * Column width alignment
│ 
│ |   A |    B | C     |
│ |     |      | <5>   |
│ | 123 | 1234 | 56789 |
╰─────

and then do:

emacs -q -l emacs_init.el bug.org

Now edit the column width cookie a few times, hitting TAB after each
edit.  I haven't yet found what sequence of edits that triggers the
error in this example, as it seems inconsistent.  I tried switching
between different permutations of 2, 3, 4, 5, and eventually the
debugger is entered.  During normal use cases, I get into the error
right away.

-- 
Seb




reply via email to

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