From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: checkbox aggregation issues Date: Thu, 17 Sep 2009 22:19:06 +0100 Message-ID: <2404F6D0-9DBA-47F4-BFE7-699A1B9C21DB@gmail.com> References: <4AB2843F.5040601@alumni.ethz.ch> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoOTf-0004mW-AN for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 17:25:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoOTZ-0004kT-UR for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 17:25:18 -0400 Received: from [199.232.76.173] (port=46990 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoOTZ-0004kM-Kr for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 17:25:13 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:36704) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoOTX-0007SH-Hc for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 17:25:11 -0400 Received: by ewy7 with SMTP id 7so790894ewy.31 for ; Thu, 17 Sep 2009 14:25:10 -0700 (PDT) In-Reply-To: <4AB2843F.5040601@alumni.ethz.ch> 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: Michael Brand Cc: emacs-orgmode@gnu.org Hi, I am not able to reproduce this! - Carsten On Sep 17, 2009, at 7:47 PM, Michael Brand wrote: > I drilled down some issues of org-version 6.30e to > > 1) with this file content > > -*- mode: org -*- > #+STARTUP: overview > * a [100%] > - [X] b > * x [100%] > - [X] y > > and `C-u C-c #' the checkbox aggregation of the first heading gets > hidden but I expect it to stay visible. Both values stay at 100% > like expected. No new message in the Messages buffer. > > 2) with this file content > > -*- mode: org -*- > #+STARTUP: overview > * a [100%] > ** DONE b > * x [100%] > ** DONE y > > and `C-u C-c #' the checkbox aggregation of the first heading gets > hidden but I expect it to stay visible. Both values change to 0% > unlike expected. The Messages buffer shows "byte-code: This should > not happen". > > - Michael > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode