emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-table-iterate function not working on multiline #+TBLFM


From: Loris Bennett
Subject: Re: [O] org-table-iterate function not working on multiline #+TBLFM
Date: Mon, 21 Oct 2019 11:19:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

address@hidden 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.




reply via email to

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