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
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 +
>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
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
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
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
,