[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Performance of table computing
From: |
Jacob Nielsen |
Subject: |
Re: [O] Performance of table computing |
Date: |
Tue, 31 Mar 2015 14:02:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) |
Sebastien Vauban <address@hidden>
writes:
> Hello,
>
> In one of my Org files, I have 20 small tables. Among them, 11 have
> a line of formula's (TBLFM), mainly for computing a total (sum), so
> that's in essence relatively standard and simple.
It looked like like Gnus failed when sending my reply the last time, so
sorry if this post comes twice.
Try this:
# -*- cache-long-scans: nil; -*-
# This makes forward-line much faster and thus org-goto-line and
# thus org-table-sum (C-c +)
My org file is 9990 lines and I just do weekly summations on small
tables used for invoices. The performance was driving my crazy but
setting cache-long-scans to nil has made me happy again.
Best regards,
Jacob