Ihor Radchenko writes:
> It is clearly a bug of some kind - the code is not doing what it
> intended originally. But we need to understand org-table.el better to
> fix this...
Upon further review, I dropped that branch of if completely.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit
> On Fri, 17 Feb 2023 14:08:04 +, Ihor Radchenko
> said:
Ihor> Robert Pluim writes:
Ihor> 3 unexpected results:
Ihor> FAILED test-org-table/copy-field
Ihor> FAILED test-org-table/references/mode-string-N
Ihor> FAILED test-org-table/references/mode-string-none
Robert Pluim writes:
> Ihor> 3 unexpected results:
> Ihor>FAILED test-org-table/copy-field
> Ihor>FAILED test-org-table/references/mode-string-N
> Ihor>FAILED test-org-table/references/mode-string-none
>
> Hmm, at least the first one is because the code in the 't' b
> On Mon, 23 Jan 2023 14:04:42 +, Ihor Radchenko
> said:
Ihor> Robert Pluim writes:
>> The emacs 30 byte-compiler warns about uses of `eq'
>> and similar with constant strings which might have unintended
>> semantics. Patch is against emacs master.
Ihor> Thanks,
Robert Pluim writes:
> The emacs 30 byte-compiler warns about uses of `eq'
> and similar with constant strings which might have unintended
> semantics. Patch is against emacs master.
Thanks, but it will break some tests:
3 unexpected results:
FAILED test-org-table/copy-field
FAILED test
The emacs 30 byte-compiler warns about uses of `eq'
and similar with constant strings which might have unintended
semantics. Patch is against emacs master.
-- >8 --
* lisp/org/ob-octave.el (org-babel-octave-evaluate-session): Use
`delete' instead of `delq' when deleting a constant string.
* lisp