org-table-goto-column

org-table-goto-column is an interactive autoloaded compiled Lisp function in `org-table.el'.


(org-table-goto-column N &optional ON-DELIM FORCE)

Move the cursor to the Nth column in the current table line.
With optional argument ON-DELIM, stop with point before the left delimiter
of the field.
If there are less than N fields, just go to after the last delimiter.
However, when FORCE is non-nil, create new columns if necessary.