From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-enable-table-editor is removed since 9.1 Date: Tue, 26 Nov 2019 10:34:34 +0100 Message-ID: <87blsz2d79.fsf@nicolasgoaziou.fr> References: <87h82usx01.fsf@gmail.com> <87k17n2e2j.fsf@nicolasgoaziou.fr> <87sgmbasvv.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:470:142:3::10]:54076) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZXOV-0000ru-HK for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 04:44:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZXF0-0002nB-JX for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 04:34:43 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:53415) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iZXF0-0002kH-DJ for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 04:34:38 -0500 In-Reply-To: <87sgmbasvv.fsf@gmail.com> (Tomasz Piotrowski's message of "Tue, 26 Nov 2019 10:28:36 +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" To: Tomasz Piotrowski Cc: emacs-orgmode@gnu.org Tomasz Piotrowski writes: > Many thanks for the reply. Please find the backtrace attached. This > variable org-enable-table-editor has been removed in org v.9.1., which > is stated explicitly in the release notes for v.9.1: > https://orgmode.org/Changes_old.html > > I use v.9.2.6. The error appears each time I try to edit an org-mode > table, for example, inserting row using M-RET which calls > > M-RET (translated from ) runs the command org-meta-return > (found in org-mode-map), which is an interactive Lisp closure in > =E2=80=98org.el=E2=80=99. [...] > (eq org-enable-table-editor 'optimized) > eval((eq org-enable-table-editor 'optimized)) > custom-initialize-reset(orgtbl-optimized (eq org-enable-table-editor 'o= ptimized)) > custom-declare-variable(orgtbl-optimized (eq org-enable-table-editor 'o= ptimized) "Non-nil means use the optimized table editor versi..." :group or= g-table :type boolean) This looks like a Frankenorg, there is no such code in Org 9.2.6. You may want to double-check your Org installation, you are probably mixing old and new libraries.