Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Michael Brand
Hi Bastien On Thu, Jan 9, 2014 at 12:14 PM, Bastien wrote: > Michael Brand writes: >> I suggest to solve this completely differently by replacing the greedy >> (re-search-forward "^\\S-*$\\|\\'" nil t) and not using s-end any >> more. I would change the "while" to >> >> (while (let ((case-fo

Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Bastien
Hi Michael, Michael Brand writes: > I suggest to solve this completely differently by replacing the greedy > (re-search-forward "^\\S-*$\\|\\'" nil t) and not using s-end any > more. I would change the "while" to > > (while (let ((case-fold-search t)) (looking-at "[ \t]*#\\+tblfm:")) >

Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Michael Brand
Hi Bastien On Thu, Jan 9, 2014 at 11:03 AM, Bastien wrote: > This is now fixed, thanks. The release_8.2.5c-8-ga2619b7 this refers to solves only a part of the bugs introduced with the greedy (re-search-forward "^\\S-*$\\|\\'" nil t). It does not work before the first headline, does not cover #+T

Re: [O] Corrupted TBLFM after table edit

2014-01-09 Thread Bastien
Hi Michael, Michael Brand writes: > If you use release_8.2.4-14-geb28fe4 or newer and are using Org table > spreadsheet #+TBLFM then downgrade your Org version before editing > tables. In the files where you already edited a table with such an Org > release check all #+TBLFM in that file for cor

[O] Corrupted TBLFM after table edit

2014-01-08 Thread Michael Brand
Hi all If you use release_8.2.4-14-geb28fe4 or newer and are using Org table spreadsheet #+TBLFM then downgrade your Org version before editing tables. In the files where you already edited a table with such an Org release check all #+TBLFM in that file for corruption as shown below. Hi Bastien