emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Feature Request: Let Org-mode tasks (subtasks) complete percent state more *accurate*.
@ 2013-07-09 12:51 chris
  2013-07-10  8:51 ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: chris @ 2013-07-09 12:51 UTC (permalink / raw)
  To: Emacs Org-mode

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

Some examples

Example 1:


* test [20%]

    ** DONE 1
    ** TODO 2
    ** TODO 3
    ** TODO 4
    ** TODO 5
        *** TODO 1
        *** TODO 2
        *** DONE 3
        *** DONE 4
        *** DONE 5

(The tasks complete percent should be [32%], instead of [20%], seems Org-mode
does not count the completed *sub-tasks*.)

Example 2:


* Tasks [0%]

- [-] Tasks
  - [-] task 1
    - [ ] task 1.1
    - [X] task 1.2
  - [ ] tasks 2

(The tasks complete percent should be [25%], instead of [0%], seems Org-mode
does not count the completed *sub-tasks*.)


I hope Org-mode can improve this.

-- 
E M A C S
s e l o h
c t t n i
p a   t f
a     r t
e     o
      l

[ stardiviner ] ^^&^^ {I hate all of you !  Leave me alone}
IRC(freenode): stardiviner     \\ Twitter:  @numbchild \\
GnuPG Key fingerprint
    >>> 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

* Re: Feature Request: Let Org-mode tasks (subtasks) complete percent state more *accurate*.
  2013-07-09 12:51 Feature Request: Let Org-mode tasks (subtasks) complete percent state more *accurate* chris
@ 2013-07-10  8:51 ` Eric S Fraga
  2013-07-10 12:44   ` [SOLVED] " chris
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2013-07-10  8:51 UTC (permalink / raw)
  To: Emacs Org-mode

chris <numbchild@gmail.com> writes:

[...] on how org counts completed tasks

> I hope Org-mode can improve this.

Well, this is a matter of interpretation.  Org is counting how many of
the main tasks are complete.  Sub-tasks are not at the same level.  I
prefer how org does it now.

In any case, check out

,----[ C-h v org-hierarchical-todo-statistics RET ]
| org-hierarchical-todo-statistics is a variable defined in `org.el'.
| Its value is nil
| Original value was t
| 
| Documentation:
| Non-nil means TODO statistics covers just direct children.
| When nil, all entries in the subtree are considered.
| This has only an effect if `org-provide-todo-statistics' is set.
| To set this to nil for only a single subtree, use a COOKIE_DATA
| property and include the word "recursive" into the value.
| 
| You can customize this variable.
`----

which will probably cover what you want.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.5-322-gd5c11e.dirty

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

* [SOLVED] Re: Feature Request: Let Org-mode tasks (subtasks) complete percent state more *accurate*.
  2013-07-10  8:51 ` Eric S Fraga
@ 2013-07-10 12:44   ` chris
  0 siblings, 0 replies; 3+ messages in thread
From: chris @ 2013-07-10 12:44 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]

Excerpts from [ Eric S Fraga ] //// On [2013-07-10 09:51:59 +0100]:

> chris <numbchild@gmail.com> writes:
> 
> [...] on how org counts completed tasks
> 
> > I hope Org-mode can improve this.
> 
> Well, this is a matter of interpretation.  Org is counting how many of
> the main tasks are complete.  Sub-tasks are not at the same level.  I
> prefer how org does it now.
> 
> In any case, check out
> 
> ,----[ C-h v org-hierarchical-todo-statistics RET ]
> | org-hierarchical-todo-statistics is a variable defined in `org.el'.
> | Its value is nil
> | Original value was t
> | 
> | Documentation:
> | Non-nil means TODO statistics covers just direct children.
> | When nil, all entries in the subtree are considered.
> | This has only an effect if `org-provide-todo-statistics' is set.
> | To set this to nil for only a single subtree, use a COOKIE_DATA
> | property and include the word "recursive" into the value.
> | 
> | You can customize this variable.
> `----

This is really great. Thanks.
> 
> which will probably cover what you want.
> -- 
> : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.5-322-gd5c11e.dirty
> 

-- 
E M A C S
s e l o h
c t t n i
p a   t f
a     r t
e     o
      l

[ stardiviner ] ^^&^^ {I hate all of you !  Leave me alone}
IRC(freenode): stardiviner     \\ Twitter:  @numbchild \\
GnuPG Key fingerprint
    >>> 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2013-07-10 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-09 12:51 Feature Request: Let Org-mode tasks (subtasks) complete percent state more *accurate* chris
2013-07-10  8:51 ` Eric S Fraga
2013-07-10 12:44   ` [SOLVED] " chris

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).