From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Table filter. Date: Tue, 08 May 2012 14:36:42 +0200 Message-ID: <87zk9izw6d.fsf@gnu.org> References: <87vck7dn04.fsf@cica.cica> <87mx5jvw0p.fsf@gnu.org> <87havrdk4m.fsf@cica.cica> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRjdx-0005e3-LG for emacs-orgmode@gnu.org; Tue, 08 May 2012 08:35:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SRjdr-0002CV-DY for emacs-orgmode@gnu.org; Tue, 08 May 2012 08:35:53 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:34048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SRjdr-0002C1-0w for emacs-orgmode@gnu.org; Tue, 08 May 2012 08:35:47 -0400 Received: by wgbds1 with SMTP id ds1so4459832wgb.30 for ; Tue, 08 May 2012 05:35:45 -0700 (PDT) In-Reply-To: <87havrdk4m.fsf@cica.cica> (Petro's message of "Tue, 08 May 2012 12:47:53 +0200") 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: Petro Cc: emacs-orgmode@gnu.org Hi Petro, Petro writes: > lets say I have a table > > | n | 2 | 3 | 4 | 5 | 6 | > |---+---+---+---+---+---| > | 1 | a | | | | | > | 2 | b | | | | | > | 3 | b | | | | | > | 4 | a | | | | | > | 5 | c | | | | | > | 6 | b | | | | | > | 7 | a | | | | | > > I want to filter this table and get only rows where second column equal a > | n | 2 | 3 | 4 | 5 | 6 | > |---+---+---+---+---+---| > | 1 | a | | | | | > | 4 | a | | | | | > | 7 | a | | | | | Such feature does not exist for now, but I would welcome enhancements in this direction. Thanks for this idea, -- Bastien