From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: horizontal rules in table confuse org-table-iterate Date: Wed, 09 Jan 2019 23:37:04 +0100 Message-ID: <8736q11mr3.fsf@nicolasgoaziou.fr> References: <87d0p8tru2.fsf@cert.kernkonzept.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghMTJ-0001kN-1Q for emacs-orgmode@gnu.org; Wed, 09 Jan 2019 17:37:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghMTH-00067E-Uq for emacs-orgmode@gnu.org; Wed, 09 Jan 2019 17:37:12 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:58913) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ghMTE-00061x-Ip for emacs-orgmode@gnu.org; Wed, 09 Jan 2019 17:37:09 -0500 In-Reply-To: <87d0p8tru2.fsf@cert.kernkonzept.com> (Hendrik Tews's message of "Mon, 07 Jan 2019 16:23:01 +0100") 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" To: Hendrik Tews Cc: emacs-orgmode@gnu.org Hello, Hendrik Tews writes: > org-table-iterate does not update tables for me. In the following > table: > > | 1 | 1 | > | 2 | 2 | > |---+---| > | 3 | 4 | > > #+TBLFM: $2=$1+1::@3$1=vsum(@1..@2) > > M-x org-table-iterate does not update the table, although I was > expecting a 2 in cell @1$2. If I delete the horizontal rule, the > table is updated. Am I doing something wrong? This is because rows before the first rule are the header of the table, and are not updated. Regards, -- Nicolas Goaziou