From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: reformatting a quite large table Date: Thu, 14 Sep 2017 10:48:58 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsPqA-0004VM-Vo for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 04:49:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsPqA-00071G-9R for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 04:49:43 -0400 Received: from mail-io0-x22e.google.com ([2607:f8b0:4001:c06::22e]:44753) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsPqA-0006xf-58 for emacs-orgmode@gnu.org; Thu, 14 Sep 2017 04:49:42 -0400 Received: by mail-io0-x22e.google.com with SMTP id v36so15950410ioi.1 for ; Thu, 14 Sep 2017 01:49:40 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-org list Hi all, I'm just curios, having a an org table that is 140 MB of text in size (it's a dump of an sql table if that matters), how can I speed up reformatting the table? Something I can do in background or limiting rows to what is shown to me in the buffer will suffice. Is that possible? Thanks, Luca