all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* checkbox aggregation issues
@ 2009-09-17 18:47 Michael Brand
  2009-09-17 21:19 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Brand @ 2009-09-17 18:47 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-18 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-17 18:47 checkbox aggregation issues Michael Brand
2009-09-17 21:19 ` Carsten Dominik
2009-09-18 11:40   ` Michael Brand
2009-09-18 13:05     ` Carsten Dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.