From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: Re: recognize comma separated text as table? Date: Wed, 26 Sep 2007 22:27:13 +0530 Message-ID: References: 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 1IaaK9-0005pR-Ip for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 13:05:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaaK7-0005pF-FZ for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 13:05:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaaK7-0005pC-CP for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 13:05:19 -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 1IaaK6-0002ul-Lw for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 13:05:19 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IaaJj-0003Xy-49 for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 17:04:55 +0000 Received: from 59.92.146.49 ([59.92.146.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Sep 2007 17:04:55 +0000 Received: from nsivaram.net by 59.92.146.49 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Sep 2007 17:04:55 +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 Carsten Dominik writes: > On Sep 25, 2007, at 11:31, Sivaram Neelakantan wrote: > >> >> 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? > > I guess I can generalize the import and conversion commands to handle > CSV > material. Should be easy, to it'll be in 5.10. > > - Carsten While at that, is there a possibility of getting horizontal rules too, please? To separate one row from another. sivaram --