emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* a small inconsistency in summary cookie updation
@ 2010-01-07 18:45 Manish
  2010-01-08  7:33 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Manish @ 2010-01-07 18:45 UTC (permalink / raw)
  To: Org-Mode

I noticed a small inconsistency.  If you start with following sample
org file and press C-c C-c in the first cookie, it doesn't get updated
correctly whereas the second one does.  The only difference is that
one has children TODO tasks and the other has a list of checkboxes.

Starting file:

--8<---------------cut here---------------start------------->8---
* Item 1 [/]
  1. [X] line 1
  2. [ ] line 2
* Item 2 [/]
*** TODO Sub-item 2.1
*** DONE Sub-item 2.2
--8<---------------cut here---------------end--------------->8---

Status after C-c C-c in the summary cookie.

--8<---------------cut here---------------start------------->8---
* Item 1 [0/0]
  1. [X] line 1
  2. [ ] line 2
* Item 2 [1/2]
*** TODO Sub-item 2.1
*** DONE Sub-item 2.2
--8<---------------cut here---------------end--------------->8---

Thanks
-- 
Manish

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

end of thread, other threads:[~2010-01-08  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 18:45 a small inconsistency in summary cookie updation Manish
2010-01-08  7:33 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).