Re: [O] Table filter.

2012-05-09 Thread Detlef Steuer
Fantastic! Detlef > Well, I have done something similar, which includes a few more operations > than filtering. > It uses org-babel and comes as an org-file, which combines code and > documentation. > > Hope, this might be useful for you. > > with kind regards, Marc-Oliver Ihm > >

Re: [O] Table filter.

2012-05-08 Thread Marc-Oliver Ihm
Am 08.05.2012 11:45, schrieb x.pi...@gmail.com: Hi all. Is table filtering is implementad in org-mode? Thanks. Well, I have done something similar, which includes a few more operations than filtering. It uses org-babel and comes as an org-file, which combines code and documentation. Hope,

Re: [O] Table filter.

2012-05-08 Thread Nick Dokos
Bastien wrote: > 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 | | | | | > >

Re: [O] Table filter.

2012-05-08 Thread Bastien
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 | | |

Re: [O] Table filter.

2012-05-08 Thread Petro
Bastien writes: > Hi, > > 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 | | | |

Re: [O] Table filter.

2012-05-08 Thread Bastien
Hi, writes: > Is table filtering is implementad in org-mode? What is "table filtering"? Thanks, -- Bastien

[O] Table filter.

2012-05-08 Thread x.piter
Hi all. Is table filtering is implementad in org-mode? Thanks.