From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: working with delimited files Date: Fri, 08 Jul 2011 10:12:05 +0200 Message-ID: <871uy16vje.fsf@gnu.org> References: <82hb72ulaz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf6A0-0006D1-4V for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 04:11:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qf69y-0002Nb-Cu for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 04:11:39 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:60746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf69y-0002NV-1c for emacs-orgmode@gnu.org; Fri, 08 Jul 2011 04:11:38 -0400 Received: by fxd18 with SMTP id 18so1695729fxd.39 for ; Fri, 08 Jul 2011 01:11:37 -0700 (PDT) In-Reply-To: <82hb72ulaz.fsf@gmail.com> (Sivaram Neelakantan's message of "Mon, 04 Jul 2011 20:47:56 +0530") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sivaram Neelakantan Cc: emacs-orgmode@gnu.org Hi Sivaram, Sivaram Neelakantan writes: > This makes it easier to read as you can see below > | BEL | EQ | 02-Jan-2006 | 993.15 | 998 | 1001 | 983 |.. > | BEL | EQ | 03-Jan-2006 | 989.05 | 999.5 | 1000 | 989.9 |.. > | BEL | EQ | 04-Jan-2006 | 994.35 | 998 | 1014 | 986.15 |.. > > How do I use the overlay for editing but keep the underlying file > structure? I can see a solution where you could add an overlay to display the table (say, with C-u C-c |, for example) but you won't be able to *edit*. Would that be something you (and others) would find useful? -- Bastien