emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastian Rose <sebastian_rose@gmx.de>
To: Michel Blanc <mblanc@erasme.org>
Cc: Emacs-orgmode@gnu.org
Subject: Re: Can't get tasks [%] and [/] to work
Date: Tue, 01 Sep 2009 13:30:15 +0200	[thread overview]
Message-ID: <87my5eewc8.fsf@gmx.de> (raw)
In-Reply-To: <4A9CE83C.7040109@erasme.org> (Michel Blanc's message of "Tue, 01 Sep 2009 11:24:12 +0200")

Michel Blanc <mblanc@erasme.org> writes:
> Dear All,
>
> I probably miss something here, but I really cannot get subtasks stats
> to work (i.e. what's described in the manual at "5.5 Breaking tasks down
> into subtasks").
>
> For instance, in the snippet below :
>
> *** Cage [%]
> **** DONE Redesign motherboard
>      SCHEDULED: <2009-07-29 mer.>
>      - State "DONE"       from "TODO"       [2009-09-01 mar. 10:59]
> **** DONE Solder motherboard
>      SCHEDULED: <2009-07-30 jeu.>
>      - State "DONE"       from "TODO"       [2009-09-01 mar. 10:59]
> **** DONE Write code
>      SCHEDULED: <2009-07-31 ven.>
>      - State "DONE"       from "TODO"       [2009-09-01 mar. 10:59]
>
>
> All subentries are marked DONE, but the [%] next to cage stays empty.

> If I try to force an update with 'C-c #', I get :
>
> *** Cage [0%]
>
> which is also wrong.


`C-c #' is what doesn't work here (not sure why). But moving to some
subheading and pressing `S-LEFT S-RIGHT' will update the top headline
here.



> Another example is here :
>
> **** DONE Web interface [100%]
>     - [X] Fix lang page
>     - Implement buttons in web interface [0/1]
>       - [ ] Refresh Medias (content)
>
> 100% is wrong, since "Refresh Medias" isn't checked.
> (org-hierarchical-todo-statistics is set globally).
>
> I probably messed up things somewhere. If anyone has an idea...


How should Org-mode know, that there is a nested task? The task `Web
interface' has only children marked as DONE. This is, how it should look
like:

**** DONE Web interface [50%]
    - [X] Fix lang page
    - [ ] Implement buttons in web interface [0/1]
      - [ ] Refresh Medias (content)

There might be a variable I'm not aware of, that changes this behavior
though.


HTH,

   Sebastian

  reply	other threads:[~2009-09-01 11:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-01  9:24 Can't get tasks [%] and [/] to work Michel Blanc
2009-09-01 11:30 ` Sebastian Rose [this message]
2009-09-01 13:36   ` Michel Blanc
2009-09-02 10:50 ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87my5eewc8.fsf@gmx.de \
    --to=sebastian_rose@gmx.de \
    --cc=Emacs-orgmode@gnu.org \
    --cc=mblanc@erasme.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).