From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Subject: Re: Sorting table columns (*not* content) Date: Tue, 02 Nov 2010 12:03:18 +0100 Message-ID: References: <8739rlue9h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=35022 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDH0e-00040M-JU for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 09:34:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDEeO-0006Vb-IT for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 07:03:37 -0400 Received: from lo.gmane.org ([80.91.229.12]:49856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDEeO-0006VS-Bu for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 07:03:36 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PDEeK-0007nX-Mp for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 12:03:32 +0100 Received: from ge-u-fw01.ggamaur.net ([213.160.40.69]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Nov 2010 12:03:32 +0100 Received: from emacs-orgmode by ge-u-fw01.ggamaur.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Nov 2010 12:03:32 +0100 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 Dan Davison wrote: > Gary writes: > >> Is there any way to sort the columns of a table, such that for example >> >> | Col 3 | Col 1 | Col 2 | >> >> can be converted to >> >> | Col 1 | Col 2 | Col 3 | > I'd do this using an external language that has a matrix/table data type > with column indexing. Well, in the end I just used Excel :"> --