From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Loris Bennett" Subject: Re: org-table-iterate function not working on multiline #+TBLFM Date: Mon, 21 Oct 2019 11:19:05 +0200 Message-ID: <87imoiihh2.fsf@hornfels.zedat.fu-berlin.de> References: <68ae95a4-e575-68c6-acf5-a7c4568a6af3@dimtech.gr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34326) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMTqN-0008Tw-7m for emacs-orgmode@gnu.org; Mon, 21 Oct 2019 05:19:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMTqM-0000eu-BH for emacs-orgmode@gnu.org; Mon, 21 Oct 2019 05:19:15 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:35826 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iMTqM-0000dT-4X for emacs-orgmode@gnu.org; Mon, 21 Oct 2019 05:19:14 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iMTqJ-000ZRT-MA for emacs-orgmode@gnu.org; Mon, 21 Oct 2019 11:19:11 +0200 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: emacs-orgmode@gnu.org 11111111111@gmail.com writes: > org-table-iterate function not working on multiline #+TBLFM > > > > | 1 | 2 | > | | | > | | | > > #+TBLFM: @2$1..@2$2=@1 > #+TBLFM: @3$1..@3$2=@2 > > I have to stroke C-c C-c on each line of #+TBLFM You have to write | 1 | 2 | | | | | | | #+TBLFM: @2$1..@2$2=@1::@3$1..@3$2=@2 Cheers, Loris -- This signature is currently under construction.