emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Table cell refs with @0 or $0 are broken


From: Bastien
Subject: Re: [O] Table cell refs with @0 or $0 are broken
Date: Mon, 09 Apr 2012 20:07:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Hi Nick,

Nick Dokos <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]