From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: simple script to convert txt tables to Org-mode tables on the command line Date: Mon, 07 Jan 2013 13:54:53 -0500 Message-ID: <4466.1357584893@alphaville> References: <87a9skalwy.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsHqa-0002CK-FS for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 13:54:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsHqZ-00017V-CB for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 13:54:56 -0500 Received: from g4t0014.houston.hp.com ([15.201.24.17]:49098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsHqZ-00017I-7U for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 13:54:55 -0500 In-Reply-To: Message from Eric Schulte of "Mon, 07 Jan 2013 11:27:25 MST." <87a9skalwy.fsf@gmail.com> 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: Eric Schulte Cc: Org Mode Mailing List Eric Schulte wrote: > I found the need to write this today, figured I'd share on the off > chance anyone else has a need for this sort of script. > > txt2org --- convert tab-separated data to org-mode tables > http://orgmode.org/worg/org-hacks.html#sec-3-4 > As an alternative, the command M-x org-table-convert-region does much of the dirty work - but you are on your own for hlines. Nick