Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-31 Thread Nicolas Girard
2012/3/31 Sebastien Vauban : > > You may want to follow the "indent" convention used for clockview: "\__" > string. > > Have a look at (or reuse?) the function `org-clocktable-indent-string'... > Hi Sébastien, fair enough ; not that I like underscores much better but it makes sense for the indenta

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Sebastien Vauban
Hi Nicolas, Nicolas Girard wrote: > From eaf9e5f06279069ed1072425fd020d8f0442d04f Mon Sep 17 00:00:00 2001 > From: Nicolas Girard > Date: Fri, 30 Mar 2012 22:53:13 +0200 > Subject: [PATCH] Allow org-collector to display heading indentation > > --- > contrib/lisp/org-collector.el | 12 +

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Nicolas Girard
>From eaf9e5f06279069ed1072425fd020d8f0442d04f Mon Sep 17 00:00:00 2001 From: Nicolas Girard Date: Fri, 30 Mar 2012 22:53:13 +0200 Subject: [PATCH] Allow org-collector to display heading indentation --- contrib/lisp/org-collector.el | 12 +--- 1 files changed, 9 insertions(+), 3 deleti

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Nick Dokos
Nicolas Girard wrote: > Hi all, > attached is a patch ... Attachments with mime type "application/octet-stream" are *not* caught by patchwork. Please resubmit the patch in a proper attachment: see http://orgmode.org/worg/org-contribute.html#sec-4-3 for details. Nick

Re: [O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Achim Gratz
Nicolas Girard writes: > I wish the indentation to be displayed with nothing but spaces, but > they would be trimmed by org-table guts ; so that's middly satisfying, > but better than nothing :-) Then use a non-breaking space and be fully satisfied. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+30

[O] [PATCH] Allow org-collector to display heading indentation

2012-03-30 Thread Nicolas Girard
Hi all, attached is a patch which adds a new parameter "indent" to the propview dynamic bloc, with the following behaviour: #+BEGIN_SRC org ,* Tree ,:PROPERTIES: ,:COLUMNS: %8ITEM %4prop1 %5prop2 ,:ID: tree ,:END: ,** A ,:PROPERTIES: ,:prop1: 10 ,:prop2: 20 ,:END: ,*** A1 ,