From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: recognize comma separated text as table? Date: Wed, 26 Sep 2007 00:01:33 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaFJf-0002xh-FX for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 14:39:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaFJe-0002ws-PL for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 14:39:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaFJe-0002wg-FV for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 14:39:26 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IaFJe-0001eB-4j for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 14:39:26 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IaFJJ-0005lY-TM for emacs-orgmode@gnu.org; Tue, 25 Sep 2007 18:39:05 +0000 Received: from 59.92.174.226 ([59.92.174.226]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Sep 2007 18:39:05 +0000 Received: from nsivaram.net by 59.92.174.226 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Sep 2007 18:39:05 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I've been using org mode tables where possible and I frequently receive data as csv, is there any any org-table function to transform the csv function to org tables? sivaram --