That is good to know.  Thanks!

> Achim Gratz writes:
> Loyall, David writes:
> > In line 1145 org-table.el [1]
> >     (defun org-table-get (line column)
> >
> > ...should it read like this instead?
> >     (defun org-table-get (&optional line column)
> 
> Not necessarily, it simply means you have to use an explicit nil argument
> instead of relying on a missing argument being interpreted as nil.

Reply via email to