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)Hope this helps, --Dave 1. http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob;f=lisp/org-table.el;hb=HEAD#l1145
