Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------

hi. the signature for
----
(defun org-table-end-of-field (&optional n) ...)
----
indicates that `n` is optional.  the code, however,
----
(while (> n 1)
----
without every `(if (not n) (setq n 1))` (or whatever) seems to fail
if called without an argument.

fwiw: the code in `org-table-beginning-of-field` looks similar, seems to
fail in the same way.

cheers!


Emacs  : GNU Emacs 30.2 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.50, 
cairo version 1.18.4)
Package: Org mode version 9.8-pre (release_9.7.21-250-g84118c @ 
/home/minshall/.emacs.d/straight/build/org/)

Reply via email to