emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Table filter.


From: Petro
Subject: Re: [O] Table filter.
Date: Tue, 08 May 2012 12:47:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Bastien <address@hidden> writes:

> Hi,
>
> <address@hidden> writes:
>
>> Is table filtering is implementad in org-mode?
>
> What is "table filtering"?
>
> Thanks,

Sorry for not being clear.
By table filtering I mean the following:
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 |   |   |   |   |

Thanks.




reply via email to

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