emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] checkbox aggregation issues


From: Michael Brand
Subject: [Orgmode] checkbox aggregation issues
Date: Thu, 17 Sep 2009 20:47:27 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]