From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode 4.45 Date: Fri, 25 Aug 2006 09:25:10 +0200 Message-ID: <79994c28d4b9e6c73ef7b6a7d00bb182@science.uva.nl> References: <6d364bde75c17030009509a51344297a@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GGW4B-0008Eb-1l for emacs-orgmode@gnu.org; Fri, 25 Aug 2006 03:25:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GGW49-0008Cm-Fj for emacs-orgmode@gnu.org; Fri, 25 Aug 2006 03:25:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GGW49-0008Cb-5q for emacs-orgmode@gnu.org; Fri, 25 Aug 2006 03:25:21 -0400 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GGWCN-0002d4-74 for emacs-orgmode@gnu.org; Fri, 25 Aug 2006 03:33:51 -0400 In-Reply-To: <6d364bde75c17030009509a51344297a@science.uva.nl> 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: Carsten Dominik Cc: emacs-orgmode On Aug 23, 2006, at 12:47, Carsten Dominik wrote: > Hi, > > I have released org-mode 4.45. [...] > Version 4.45 > - Checkbox lists can show statistics about checked items. > Thanks to Eddward DeVilla for the idea. > If you have a long checkbox list, or a hierarchy of them, > you can now automatically display information about what > fraction of these items have been checked. For details, > see section 5.5 of the manual for details. It turns out that this feature does not work properly with Emacs 21. Everything is fine in Emacs 22, and also in XEmacs. In Emacs 21, if (part of) the checkboxes are hidden through outline, they will not be correctly taken into account for the calculation. Very likely, I am not going to fix this for Emacs 21 (because is is not so easy to do), so if you want to use this feature, this might be a good time to get your Emacs 22 CVS version. It is very stable already, and I can assure you that you will not regret upgrading. - Carsten