emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Corrupted TBLFM after table edit


From: Michael Brand
Subject: Re: [O] Corrupted TBLFM after table edit
Date: Thu, 9 Jan 2014 20:17:36 +0100

Hi Bastien

On Thu, Jan 9, 2014 at 12:14 PM, Bastien <address@hidden> wrote:
> Michael Brand <address@hidden> 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:"))
>>       [...]
>>       (forward-line))
>>
>> which is simple and water-proof.
>
> Yes, sure, please go ahead -- thanks in advance,

Done.

Michael



reply via email to

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