* 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
* Re: a small inconsistency in summary cookie updation
2010-01-07 18:45 a small inconsistency in summary cookie updation Manish
@ 2010-01-08 7:33 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-01-08 7:33 UTC (permalink / raw)
To: Manish; +Cc: Org-Mode
Fixed, thanks.
- Carsten
On Jan 7, 2010, at 7:45 PM, Manish wrote:
> 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
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
^ 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 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.