From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Allow more asterisks in tasks when summarizing clock time Date: Thu, 28 Feb 2008 01:08:26 +0000 Message-ID: <87hcft7ur9.fsf@bzg.ath.cx> References: <87y7960wnw.fsf@gollum.intra.norang.ca> <87y795exdy.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUXGE-0002tT-R8 for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 20:08:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUXGD-0002qx-FB for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 20:08:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUXGD-0002qo-8q for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 20:08:33 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUXGC-0002hc-RJ for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 20:08:33 -0500 Received: by ug-out-1314.google.com with SMTP id a2so52406ugf.48 for ; Wed, 27 Feb 2008 17:08:32 -0800 (PST) In-Reply-To: <87y795exdy.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Wed, 27 Feb 2008 19:29:45 -0500") 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: Bernt Hansen Cc: Carsten Dominik , Org Mode Mailing List Hi Bernt, Bernt Hansen writes: > 10 asterisks is only 6 levels deep when odd levels only are used. > This increases the number of asterisks to 40 (still an arbitrary number) > but it's much larger than the current limit of 10. Thanks for the patch. I applied it, but used an arbitrary limit of 16 instead of 40, since 16 asterisks characters are required for 8 (odd) levels, and 8 seems to be quite a natural limit for Org levels. -- Bastien