From mboxrd@z Thu Jan 1 00:00:00 1970 From: Debaditya Mukhopadhyay Subject: How to sort table in blocks. Date: Wed, 14 Mar 2012 20:47:09 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8ff1c4108e6a1e04bb3d6e47 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7yqY-0004Lj-9u for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 20:47:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7yqW-0002Rf-KR for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 20:47:13 -0400 Received: from mail-pz0-f52.google.com ([209.85.210.52]:50378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7yqW-0002RO-BM for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 20:47:12 -0400 Received: by dadp12 with SMTP id p12so3621703dad.39 for ; Wed, 14 Mar 2012 17:47:09 -0700 (PDT) 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: emacs-orgmode@gnu.org --e89a8ff1c4108e6a1e04bb3d6e47 Content-Type: text/plain; charset=ISO-8859-1 Sorry for the confusing title. Here is what I would like to do:- 1. I have a multiple column table, one of which has time stamp and another one has an entry in multiple lines, because of better visibility. Therefore the table looks something like this:- |--------+--------| | DATE 1 | line 1 | | | line 2 | | | line 3 | |--------+--------| | Date 2 | line 1 | | | line 2 | | | line 3 | | | line 4 | |--------+--------| 2. I would like to sort the table based on date, but instead of sorting each line is it possible to sort by block (defined by the horizontal lines.)? I must say I did not find time to do an extensive search to find a solution- therefore a pointer to another post or some URL will be very welcome. Thanks Deb --e89a8ff1c4108e6a1e04bb3d6e47 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sorry for the confusing t= itle.
Here is what I would like to do:-=
1. I have a multiple colu= mn table, one of which has time stamp and another one has an entry in multi= ple lines, because of better visibility. Therefore the table looks somethin= g like this:-

|--------+--------|
| DATE 1 | line 1 |
|=A0= =A0=A0=A0=A0=A0=A0 | line 2 |
|=A0=A0=A0=A0=A0=A0=A0 | line 3 |
|----= ----+--------|
| Date 2 | line 1 |
|=A0=A0=A0=A0=A0=A0=A0 | line 2 |
|=A0=A0=A0=A0=A0=A0=A0 | line 3 |
|= =A0=A0=A0=A0=A0=A0=A0 | line 4 |
|--------+--------|

2. I would l= ike to sort the table based on date, but instead of sorting each line is it= possible to sort by block (defined by the horizontal lines.)?

I must say I did not find time to do an extensive search to find a solu= tion- therefore a pointer to another post or some URL will be very welcome.=

Thanks
Deb
--e89a8ff1c4108e6a1e04bb3d6e47--