Tomasz Piotrowski <tomasz.jan.piotrow...@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". > > 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’s value as variable is void: org-enable-table-editor" > > when I tried to submit the bug using: > > M-x org-submit-bug-report <RET> > > I am on version 9.2.6, but I think all versions since 9.1 are affected. >
Turn on debug-on-error and try again - a stack trace should be produced which should help to identify the place where the symbol is used: M-x toggle-debug-on-error RET M-x org-submit-bug-report RET You either have a mixed installation (i.e. you are using a mixture of 9.2.6 and a 9.1-or-earlier version), or you are using this symbol in one of your initialization files and/or in your customizations. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler