Re: [O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Eric Schulte
Bastien writes: > Jonathan BISSON writes: > >> Here it is, > > Thanks for the quick reply -- since Eric also replied, I let > him decide about this! > [Eric] touches his nose only to realize it is already too late... Hi Jonathan, Sorry to ask for yet another re-submission, but would you mind

Re: [O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Bastien
Jonathan BISSON writes: > Here it is, Thanks for the quick reply -- since Eric also replied, I let him decide about this! Best, -- Bastien

Re: [O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Jonathan BISSON
On 10/28/2011 04:32 PM, Bastien wrote: > Hi Jonathan, > > Jonathan BISSON writes: > >> I did a small patch for org-collector. > > Thanks for this -- can you resend the patch by attaching > it, instead of inserting it in the body of the email? It > is not readable here. > > Thanks! > Here

Re: [O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Eric Schulte
Hi Jonathan, This does sound useful. Unfortunately your email client seems to have mangled the patch, could you resend with the patch attached rather than pasted inline? Thanks -- Eric Jonathan BISSON writes: > Hi there, > > > I did a small patch for org-collector. > > Here are the changes :

Re: [O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Bastien
Hi Jonathan, Jonathan BISSON writes: > I did a small patch for org-collector. Thanks for this -- can you resend the patch by attaching it, instead of inserting it in the body of the email? It is not readable here. Thanks! -- Bastien

[O] [PATCH] Adding features to contrib/lisp/org-collector.el (propview)

2011-10-28 Thread Jonathan BISSON
Hi there, I did a small patch for org-collector. Here are the changes : - Adding a :colnames property, allowing to give the column names (instead of displaying the function used to populate the table) - Adding a :noquote property, allowing to remove the double quotes around strings I hope some