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: Bastien
Subject: Re: [O] Corrupted TBLFM after table edit
Date: Thu, 09 Jan 2014 12:14:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Michael,

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,

-- 
 Bastien



reply via email to

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