From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: simple script to convert txt tables to Org-mode tables on the command line Date: Mon, 07 Jan 2013 21:09:55 +0100 Message-ID: <87bod069gs.fsf@bzg.ath.cx> References: <87a9skalwy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsJ1D-0007uC-O1 for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 15:10:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsJ1C-000611-Lh for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 15:09:59 -0500 Received: from mail-we0-f177.google.com ([74.125.82.177]:40602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsJ1C-00060v-Df for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 15:09:58 -0500 Received: by mail-we0-f177.google.com with SMTP id x48so10320574wey.36 for ; Mon, 07 Jan 2013 12:09:57 -0800 (PST) In-Reply-To: <87a9skalwy.fsf@gmail.com> (Eric Schulte's message of "Mon, 07 Jan 2013 11:27:25 -0700") 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 writes: > 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 Neat! In the same vein, the next release of Clojure (1.5) includes a way to export to Org mode tables: https://github.com/clojure/clojure/blob/master/changes.md#28-clojurepprintprint-table-output-compatible-with-emacs-org-mode -- Bastien