Greg Minshall <[email protected]> writes: > 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.
Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e740e7413 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
