Re: [O] how to group together fields

2014-02-22 Thread Stefan Huchler
hi (Alexander and everybody else who is interested in this topic), sorry the thread is old and I did not update it, sadly Bastian did not react to my last post. I just thought I try it myself, but its tricky and org-colview.el has 1000 lines of code. And I wrote only small functions in (e)lisp

Re: [O] how to group together fields

2014-02-22 Thread Michael Brand
Hi Stefan On Mon, Feb 3, 2014 at 4:25 PM, Stefan Huchler stefan.huch...@mail.de wrote: I get with the 1. COLUMNS line something like that: Tea Shop 1 | 5.0 | ... Tea Shop 2 | 7.0 | ... I want another output that looks like that: Blend 1| 6.0 | ... Blend 2

Re: [O] how to group together fields

2014-02-22 Thread Stefan Huchler
thank you Michael, that works great, sadly I have to type in the name of the shop redundantly but I can live with that, with a good org-capture template I could tab-complete them so it would not be that problem. I dont want to bother you endlessly but just if you happen to know that randomly:

Re: [O] how to group together fields

2014-02-22 Thread Michael Brand
Hi Stefan On Sun, Feb 23, 2014 at 2:12 AM, Stefan Huchler stefan.huch...@mail.de wrote: that works great, sadly I have to type in the name of the shop redundantly but I can live with that, with a good org-capture template I could tab-complete them so it would not be that problem. I dont want

Re: [O] how to group together fields

2014-02-03 Thread Bastien
Hi Stefan, (Hint: use `S W' from Gnus to reply to this email.) Stefan Huchler stefan.huch...@mail.de writes: If Bastien could look over it, it would be nice. The thread is a bit difficult to read -- can you make a summary of what is the bug report or the feature request? Thanks! --

Re: [O] how to group together fields

2014-02-03 Thread Stefan Huchler
Hi Bastien, I want to extract Information with ColumnView from a org-tree, that works like group-by in a select statement. so if I have a tree like that: * Tea Database :PROPERTIES: :COLUMNS: %Shop(Shop) %rating(Rating){mean} :END: ** Tea Shop 1 :PROPERTIES: :Shop: Tea

Re: [O] how to group together fields

2014-02-01 Thread Alexander Baier
Hello Stefan, please keep the mailing list cc'd so everyone can read your response. On 2014-02-01 03:10 Stefan Huchler wrote: thx for looking over it. My idea was that I have 2 :COLUMNS: rows, comment out one or the other. I dont need one table that shows me both, thats impossible yes, but

Re: [O] how to group together fields

2014-02-01 Thread Alexander Baier
Hello Stefan, again, please sent your mail also to the org mailing list. Just do a follow-up in your mail client, instead of a reply, that should do the right thing I guess. On 2014-02-01 12:25 Stefan Huchler wrote: Hello Alex, thats exactly what donĀ“t want ^^. I tried something similar a

Re: [O] how to group together fields

2014-02-01 Thread Alexander Baier
Hello Stefan, I say it again: _Please_ Cc the org-mode mailing list, when replying, so everyone can read our correspondence. On 2014-02-01 12:46 Stefan Huchler wrote: sry I maybe miss readed you. I have no problem in a different structure. If you could join 2 different org trees by linking in

Re: [O] how to group together fields

2014-01-31 Thread Alexander Baier
On 2014-01-30 16:45 Stefan Huchler wrote: What do I want as result: 2. give me a list of scores for each brand [TODO] is there a way to group together Tea brands to give each Brand a Score (how I liked it)? I do not think that this is possible with column view. You could maybe get sum of

[O] how to group together fields

2014-01-30 Thread Stefan Huchler
I want to use org-mode as a (tea) database. What have I done: 1. I have wrote down a tree of shops/orders/brands 2. I defined COLUMNS for Column View that give me a score per shop list What do I want as result: 1. give me a list of scores for the shops [DONE] 2. give me a list of scores for