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:05:59 +0100 Message-ID: References: <4A6A8F31-8B8F-4A69-9C39-8CB0EDA452BB@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34794 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDH09-0003tb-C2 for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 09:34:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDEki-000199-Dt for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 07:10:09 -0400 Received: from lo.gmane.org ([80.91.229.12]:51569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDEki-000193-5J for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 07:10:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PDEkf-0002sX-AM for emacs-orgmode@gnu.org; Tue, 02 Nov 2010 12:10:05 +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:10:05 +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:10:05 +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 Carsten Dominik wrote: > On Nov 1, 2010, at 3:15 PM, Gary wrote: > >> Jeff Horn wrote: >> >>> Hope this helps, >> >> Not much, really. You're saying that I can do rectangle editing, which >> I >> knew. Are you basically saying "you have to sort them yourself"? (If >> so, >> that's okay, it's a valid answer, even if it isn't the one I want!) > > I guess in many cases it will be fast to sort by hand in a situation > like this. Depends how many columns you have. I had constructed a table whose header contained variable references. Wiiiiiiiide table. I wanted to sort to find the same named variables (and remove duplicates).