From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: indent levels in dynamic block clock? Date: Thu, 22 Jul 2010 10:16:07 +0200 Message-ID: <3A0783B2-9B89-49DA-A4C6-16BC19C4407C@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=50682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Obqwx-0003GQ-Vv for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 04:16:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Obqwt-0000en-Oc for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 04:16:15 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:50991) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Obqwt-0000ed-Go for emacs-orgmode@gnu.org; Thu, 22 Jul 2010 04:16:11 -0400 Received: by ewy28 with SMTP id 28so3133055ewy.0 for ; Thu, 22 Jul 2010 01:16:10 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: jeff stern Cc: emacs-orgmode On Jul 22, 2010, at 12:36 AM, jeff stern wrote: > hi, please forgive me if this is a FAQ. i could not find it in the > manual nor by searching the list archives. > > i love the dynamic block clock feature (C-c C-x C-r) and love that i > can set certain paramters > (http://orgmode.org/manual/Clocking-work-time.html). > > i was wondering if it is already possible to indent the 2nd column by > the level? or whether this would require new coding? > > for instance, suppose my dynamic block has :scope 3, then > > i'd like all level 1 items to have no indentation > level 2 items would appear, say, 2 spaces in > level 3 items would appear, say, 3 spaces in No, this is not possible, because every re-align of the table will destroy this indentation. - Carsten > > so that instead of this: > > | L | Headline | Time | > | | > |---+------------------------------------------+--------+------ > +------| > | | *Total time* | *4:00* | > | | > |---+------------------------------------------+--------+------ > +------| > | | *File time* | *3:57* | > | | > | 1 | email communication | 0:15 | > | | > | 1 | Case management/documenting/organization | 0:25 | > | | > | 1 | training | 0:08 | > | | > | 2 | contact John Doe | | 0:08 > | | > | 1 | well-being | 2:03 | > | | > | 2 | warts | | 2:03 > | | > | 3 | DONE find books on warts | | | > 2:03 | > > it might appear more like this: > > | L | Headline | Time | > | | > |---+------------------------------------------+--------+------ > +------| > | | *Total time* | *4:00* | > | | > |---+------------------------------------------+--------+------ > +------| > | | *File time* | *3:57* | > | | > | 1 | email communication | 0:15 | > | | > | 1 | Case management/documenting/organization | 0:25 | > | | > | 1 | training | 0:08 | > | | > | 2 | contact John Doe | | 0:08 > | | > | 1 | well-being | 2:03 | > | | > | 2 | warts | | 2:03 > | | > | 3 | DONE find books on warts | | | > 2:03 | > > > has this been done already and i'm just missing something obvious? > > if not, does anyone have any ideas where i'd start to write the code > to implement this? (i'm a newbie at lisp) > > thanks! > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten