From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loyall, David" Subject: Re: org-table.el Date: Wed, 15 May 2013 18:33:30 +0000 Message-ID: References: <87y5bhnxep.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcgWa-0000di-SB for emacs-orgmode@gnu.org; Wed, 15 May 2013 14:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcgWY-0005rK-6X for emacs-orgmode@gnu.org; Wed, 15 May 2013 14:34:04 -0400 Received: from mx01.ne.gov ([164.119.247.101]:48826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcgWY-0005rB-0q for emacs-orgmode@gnu.org; Wed, 15 May 2013 14:34:02 -0400 In-Reply-To: <87y5bhnxep.fsf@Rainer.invalid> Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" 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) >=20 > Not necessarily, it simply means you have to use an explicit nil argument > instead of relying on a missing argument being interpreted as nil.