Hi Nick, Nick Dokos <nicholas.do...@hp.com> 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