emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tomasz Piotrowski <tomasz.jan.piotrowski@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-enable-table-editor is removed since 9.1
Date: Tue, 26 Nov 2019 10:28:36 +0100	[thread overview]
Message-ID: <87sgmbasvv.fsf@gmail.com> (raw)
In-Reply-To: <87k17n2e2j.fsf@nicolasgoaziou.fr>

[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]

Hello,

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 <M-return>) runs the command org-meta-return
(found in org-mode-map), which is an interactive Lisp closure in
‘org.el’.

It is bound to M-RET.

(org-meta-return &optional ARG)

Insert a new heading or wrap a region in a table.
Calls ‘org-insert-heading’, ‘org-insert-item’ or
‘org-table-wrap-region’, depending on context.  When called with
an argument, unconditionally call ‘org-insert-heading’.




Nicolas Goaziou writes:

> Hello,
>
> Tomasz Piotrowski <tomasz.jan.piotrowski@gmail.com> writes:
>
>> If I try to edit a table in org-mode, e.g., add a row to it, I get a
>> message
>>
>> "eval: Symbol’s value as variable is void: org-enable-table-editor".
>
> You should check, and possibly send, the full backtrace. Org code base
> does not contain any reference to this variable. This may be related to
> your configuration.
>
> Regards,


[-- Attachment #2: backtrace --]
[-- Type: application/octet-stream, Size: 1111 bytes --]

Debugger entered--Lisp error: (void-variable org-enable-table-editor)
  (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 org-table :type boolean)
  eval-buffer(#<buffer  *load*> nil "/home/metalipa/localliza/configs/emacs/emacs_res/o..." nil t)  ; Reading at buffer position 2906
  load-with-code-conversion("/home/metalipa/localliza/configs/emacs/emacs_res/o..." "/home/metalipa/localliza/configs/emacs/emacs_res/o..." nil t)
  call-interactively(org-table-wrap-region)
  (or (run-hook-with-args-until-success 'org-metareturn-hook) (call-interactively (cond (arg #'org-insert-heading) ((org-at-table-p) #'org-table-wrap-region) ((org-in-item-p) #'org-insert-item) (t #'org-insert-heading))))
  org-meta-return(nil)
  funcall-interactively(org-meta-return nil)
  call-interactively(org-meta-return nil nil)
  command-execute(org-meta-return)

  reply	other threads:[~2019-11-26  9:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-23 10:33 org-enable-table-editor is removed since 9.1 Tomasz Piotrowski
2019-11-26  9:15 ` Nicolas Goaziou
2019-11-26  9:28   ` Tomasz Piotrowski [this message]
2019-11-26  9:34     ` Nicolas Goaziou
2019-11-26  9:36       ` Tomasz Piotrowski
2019-11-26 18:33 ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sgmbasvv.fsf@gmail.com \
    --to=tomasz.jan.piotrowski@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).