From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Table cell refs with @0 or $0 are broken Date: Mon, 09 Apr 2012 20:07:55 +0200 Message-ID: <878vi4g4n8.fsf@gnu.org> References: <874nszzvoe.wl%jamshark70@dewdrop-world.net> <5119.1333559874@alphaville> <4F7CADF9.8070609@christianmoe.com> <8925.1333573540@alphaville> <4F7CB96C.6040109@christianmoe.com> <11420.1333578991@alphaville> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHIzG-0006jS-0F for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 14:06:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHIzD-0006vA-D8 for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 14:06:45 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:62857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHIzD-0006ue-49 for emacs-orgmode@gnu.org; Mon, 09 Apr 2012 14:06:43 -0400 Received: by werj55 with SMTP id j55so3512984wer.0 for ; Mon, 09 Apr 2012 11:06:41 -0700 (PDT) In-Reply-To: <11420.1333578991@alphaville> (Nick Dokos's message of "Wed, 04 Apr 2012 18:36:31 -0400") 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: nicholas.dokos@hp.com Cc: jamshark70@gmail.com, Org Mode , mail@christianmoe.com Hi Nick, Nick Dokos writes: > I just added a couple of sanity checks to org-table-get-range so that c1 and > c2 are set to a sane value not only when they are nil but also when they are > 0 (around line 2666 or so in org-table.el): > > ... > (if (not c1) (setq c1 col)) > (if (not c2) (setq c2 col)) > (if (= c1 0) (setq c1 col)) > (if (= c2 0) (setq c2 col)) > ... Thanks. I pushed a similar fix for this. As for the OT's issue, IIUC this is more a documentation issue? Can anyone submit a doc patch for improving the doc here? Thanks, -- Bastien