From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Subject: Sorting table columns (*not* content) Date: Mon, 01 Nov 2010 14:42:55 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60798 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCufO-0001M1-1t for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 09:43:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCufJ-0001hH-U9 for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 09:43:17 -0400 Received: from lo.gmane.org ([80.91.229.12]:36787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCufJ-0001gf-75 for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 09:43:13 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PCufG-00050i-Rw for emacs-orgmode@gnu.org; Mon, 01 Nov 2010 14:43:10 +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 ; Mon, 01 Nov 2010 14:43:10 +0100 Received: from emacs-orgmode by ge-u-fw01.ggamaur.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Nov 2010 14:43:10 +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 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 | |-------+-------+-------| | ... | ... | ... | ?