emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Table filter.


From: Bastien
Subject: Re: [O] Table filter.
Date: Tue, 08 May 2012 14:36:42 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi Petro,

Petro  <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]