From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH] Allow more asterisks in tasks when summarizing clock time Date: Wed, 27 Feb 2008 20:09:40 -0500 Message-ID: <87lk55evjf.fsf@gollum.intra.norang.ca> References: <87y7960wnw.fsf@gollum.intra.norang.ca> <87y795exdy.fsf@gollum.intra.norang.ca> <87hcft7ur9.fsf@bzg.ath.cx> 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 1JUXHN-0003IB-Gg for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 20:09:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUXHM-0003Hz-27 for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 20:09:45 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUXHM-0003Hw-0A for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 20:09:44 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JUXHL-0002xP-Js for emacs-orgmode@gnu.org; Wed, 27 Feb 2008 20:09:43 -0500 In-Reply-To: <87hcft7ur9.fsf@bzg.ath.cx> (Bastien's message of "Thu\, 28 Feb 2008 01\:08\:26 +0000") 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: Bastien Cc: Carsten Dominik , Org Mode Mailing List Thanks :) Bastien writes: > 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