From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: [PATCH] Allow org-collector to display heading indentation Date: Sun, 1 Apr 2012 01:58:32 +0200 Message-ID: References: <4466.1333137165@alphaville> <80k421mf5q.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE8C9-0003uH-6g for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 19:58:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SE8C7-0006Xs-F5 for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 19:58:56 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:55620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SE8C7-0006Xf-8U for emacs-orgmode@gnu.org; Sat, 31 Mar 2012 19:58:55 -0400 Received: by vbbey12 with SMTP id ey12so1331400vbb.0 for ; Sat, 31 Mar 2012 16:58:52 -0700 (PDT) In-Reply-To: <80k421mf5q.fsf@somewhere.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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=E9bastien, fair enough ; not that I like underscores much better but it makes sense for the indentation in both tables to be similar. I've rewritten my code in this respect. Cheers, Nicolas