From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Piotrowski Subject: Re: org-enable-table-editor is removed since 9.1 Date: Tue, 26 Nov 2019 10:36:06 +0100 Message-ID: <87r21vasjd.fsf@gmail.com> References: <87h82usx01.fsf@gmail.com> <87k17n2e2j.fsf@nicolasgoaziou.fr> <87sgmbasvv.fsf@gmail.com> <87blsz2d79.fsf@nicolasgoaziou.fr> 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]:54188) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZXOT-0001HH-NE for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 04:44:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZXGU-0003yI-Ja for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 04:36:11 -0500 Received: from mail-lf1-x136.google.com ([2a00:1450:4864:20::136]:42979) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZXGU-0003xZ-CP for emacs-orgmode@gnu.org; Tue, 26 Nov 2019 04:36:10 -0500 Received: by mail-lf1-x136.google.com with SMTP id y19so13478144lfl.9 for ; Tue, 26 Nov 2019 01:36:10 -0800 (PST) In-reply-to: <87blsz2d79.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas, I will check the libraries, thank you. Tomasz Nicolas Goaziou writes: > 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 '= optimized)) >> custom-declare-variable(orgtbl-optimized (eq org-enable-table-editor '= optimized) "Non-nil means use the optimized table editor versi..." :group o= rg-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.