From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Table sorting on two or more columns? Date: Sat, 18 Jan 2014 17:40:54 +0800 Message-ID: <6b75e659-b088-4a26-93fb-1e8864110132@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4SP2-0000KG-Fr for emacs-orgmode@gnu.org; Sat, 18 Jan 2014 04:41:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W4SOu-0005se-3K for emacs-orgmode@gnu.org; Sat, 18 Jan 2014 04:41:20 -0500 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:40276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W4SOt-0005sY-Ry for emacs-orgmode@gnu.org; Sat, 18 Jan 2014 04:41:12 -0500 Received: by mail-pb0-f52.google.com with SMTP id jt11so3028748pbb.39 for ; Sat, 18 Jan 2014 01:41:10 -0800 (PST) Received: from localhost ([113.103.24.19]) by mx.google.com with ESMTPSA id de3sm15553264pbb.33.2014.01.18.01.41.07 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 18 Jan 2014 01:41:10 -0800 (PST) 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: orgmode Is there an existing org function to sort a table based on more than one=20 column? E.g., given: | Type | Term | Description | |------+-------+--------------------------------------| | Filt | LPF | Butterworth lowpass filter | | Filt | HPF | Butterworth highpass filter | | Osc | Pulse | Band-limited pulse wave oscillator | | Osc | LFSaw | Non-band-limited sawtooth oscillator | | Osc | Saw | Band-limited sawtooth oscillator | ... is there a variant of C-c ^ that will group the Types together in=20 alphabetical order, and then sort each group of Terms? hjh