From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Editing cookie in table column breaks tabbing [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/foo/.emacs.d/elpa/org-20180402/)] Date: Thu, 12 Apr 2018 15:41:23 +0200 Message-ID: <87a7u8y22k.fsf@nicolasgoaziou.fr> References: <87vad91kab.fsf@otaria.sebmel.org> <87d0z6q9eq.fsf@nicolasgoaziou.fr> <87in8xvj6r.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6cTj-00023P-2W for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:41:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6cTf-00060x-Tz for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:41:31 -0400 Received: from relay3.mail.gandi.net ([217.70.178.223]:53262 helo=relay3-d.mail.gandi.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f6cTf-0005yN-MZ for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 09:41:27 -0400 In-Reply-To: <87in8xvj6r.fsf@gmail.com> (Sebastian P. Luque's message of "Wed, 11 Apr 2018 10:47:40 -0500") 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" To: "Sebastian P. Luque" Cc: emacs-orgmode@gnu.org Hello, Sebastian P. Luque writes: > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80 [ emacs_init.el ] > =E2=94=82 (package-initialize) > =E2=94=82 (toggle-debug-on-error) > =E2=94=82 (setq org-startup-align-all-tables t) > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > > First line is to ensure the Elpa Org package is available. > > =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80 [ bug.org ] > =E2=94=82 * Column width alignment > =E2=94=82=20 > =E2=94=82 | A | B | C | > =E2=94=82 | | | <5> | > =E2=94=82 | 123 | 1234 | 56789 | > =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80 > > 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. I still cannot reproduce it. Could you update Org (e.g., from GNU ELPA) and try again? Regards, --=20 Nicolas Goaziou