Re: TBLFM trying to create an infinite number of lines

2022-12-07 Thread Julien Palard
> Thank you both for reporting! Thank you for fixing! --  [Julien Palard](https://mdk.fr)

Re: TBLFM trying to create an infinite number of lines

2022-12-07 Thread Ihor Radchenko
Bruno Barbier writes: > Same here with 9.6-pre (release_9.5.5-1096-gf83e45). > > Like with: > > | | > #+TBLFM: $1='(eval "\n") > > IIUC, the command "echo 42" outputs a newline, newlines are not allowed > as in cell values. Thank you both for reporting! Fixed on bugfix. https://git.sav

Re: TBLFM trying to create an infinite number of lines

2022-12-06 Thread Bruno Barbier
Julien Palard writes: > Hi, > > I was playing with the idea of calling subprocesses from TBLFM (good idea or > not)... > > ...and found that: > > | | > #+TBLFM: $1='(shell-command-to-string "echo 42") > > Tries to build an infinitly long table (I have to interrupt it with C-g). ... >

TBLFM trying to create an infinite number of lines

2022-12-06 Thread Julien Palard
Hi, I was playing with the idea of calling subprocesses from TBLFM (good idea or not)... ...and found that: | | #+TBLFM: $1='(shell-command-to-string "echo 42") Tries to build an infinitly long table (I have to interrupt it with C-g). While: | | #+TBLFM: $1=42 Which looks