From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Piotrowski Subject: org-enable-table-editor is removed since 9.1 Date: Sat, 23 Nov 2019 11:33:18 +0100 Message-ID: <87h82usx01.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]:53925) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYSjH-0004NA-N4 for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 05:33:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYSjG-0002a7-LN for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 05:33:27 -0500 Received: from mail-lj1-x22c.google.com ([2a00:1450:4864:20::22c]:37426) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iYSjG-0002Zn-Cd for emacs-orgmode@gnu.org; Sat, 23 Nov 2019 05:33:26 -0500 Received: by mail-lj1-x22c.google.com with SMTP id d5so10217969ljl.4 for ; Sat, 23 Nov 2019 02:33:26 -0800 (PST) Received: from localhost.localdomain ([176.221.121.246]) by smtp.gmail.com with ESMTPSA id p24sm494116lfc.96.2019.11.23.02.33.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Nov 2019 02:33:23 -0800 (PST) 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: emacs-orgmode@gnu.org Hi, If I try to edit a table in org-mode, e.g., add a row to it, I get a message "eval: Symbol=E2=80=99s value as variable is void: org-enable-table-editor". This is in line with changes made in version 9.1: https://orgmode.org/Changes_old.html#org8981857 This makes the manual for editing tables: https://orgmode.org/manual/Built_002din-table-editor.html unusable for me. Indeed, I get the same message: "eval: Symbol=E2=80=99s value as variable is void: org-enable-table-editor" when I tried to submit the bug using: M-x org-submit-bug-report I am on version 9.2.6, but I think all versions since 9.1 are affected. How to edit tables in org-mode? Tomasz Piotrowski