emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Using [%] or [/] with a list of TODOs
@ 2008-05-17  0:08 David Rattenburg
  2008-05-19 12:18 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: David Rattenburg @ 2008-05-17  0:08 UTC (permalink / raw)
  To: emacs-orgmode

Hi,
I'm new to orgmode and I have a question about [%] and [/].
Is it possible to use them with a list of TODOs similar to a list of Checkboxes?

Like
* ProjectX [%]
** TODO Sub0
** DONE Sub1

resulting in [%] displaying [50%]. It works fine with Checkboxes ([]).
But it does not work with TODOs.

Regards,
David Rattenburg

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

* Re: Using [%] or [/] with a list of TODOs
  2008-05-17  0:08 Using [%] or [/] with a list of TODOs David Rattenburg
@ 2008-05-19 12:18 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-05-19 12:18 UTC (permalink / raw)
  To: David Rattenburg; +Cc: emacs-orgmode


On May 17, 2008, at 2:08 AM, David Rattenburg wrote:

> Hi,
> I'm new to orgmode and I have a question about [%] and [/].
> Is it possible to use them with a list of TODOs similar to a list of  
> Checkboxes?
>
> Like
> * ProjectX [%]
> ** TODO Sub0
> ** DONE Sub1
>
> resulting in [%] displaying [50%]. It works fine with Checkboxes ([]).
> But it does not work with TODOs.

OK, I am giving up, you must be the 10th person to request
this, so this is implemented now.  One possible inconsistency
results:  If there is both a checkbox list and subentries below
a heading with a statistics cookie, the cookie will display
whatever was updated last.  For example:

* One [/]
   - [ ] A
   - [X] B
   - [ ] C
** DONE something

Here the cookie might show either [2/3] for the checkboxes,
or [1/1] for the children, and it will show whatever you
have changes last.  If you don't do this kind of mix, things
are fine.

Also, when a statistics cookie is updated from TODO children,
a hook is now provided.  The hook can be used to switch the
parent TODO to DONE when all children are done.

More details in the manual and in the release notes
(ORGWEBPAGE/Changes.org in the git repo....)

HTH

- Carsten

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

end of thread, other threads:[~2008-05-19 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-17  0:08 Using [%] or [/] with a list of TODOs David Rattenburg
2008-05-19 12:18 ` 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).