emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Summation of effort estimates in columnview dblock
@ 2024-08-07 16:24 Alexander Adolf via General discussions about Org-mode.
  2024-08-07 19:48 ` Ihor Radchenko
  0 siblings, 1 reply; 13+ messages in thread
From: Alexander Adolf via General discussions about Org-mode. @ 2024-08-07 16:24 UTC (permalink / raw)
  To: emacs-orgmode

Dear Org Developers,

I'm using Org 9.7.9, and I'm seeing behaviour of the (undocumented?)
"%Effort" vs. "%Effort{:}" in the column view dblock, which confuses me.

Consider this example:
---------------------------- Begin Quote -----------------------------
#+BEGIN: columnview :maxlevel 1 :indent t :format "%ITEM(Task) %EFFORT(Estimated) %EFFORT(Estimated Total){:}" :id global
| Task   | Estimated | Estimated Total |
|--------+-----------+-----------------|
| Task 1 |        2d | 7d 0:00         |
#+END:

#+BEGIN: columnview :maxlevel 2 :indent t :format "%ITEM(Task) %EFFORT(Estimated) %EFFORT(Estimated Total){:}" :id global
| Task         | Estimated | Estimated Total |
|--------------+-----------+-----------------|
| Task 1       |        2d |         7d 0:00 |
| \_  Task 1.1 |        3d |              3d |
| \_  Task 1.2 |        4d |              4d |
#+END:

* Task 1
:PROPERTIES:
:EFFORT:   2d
:END:

** Task 1.1
:PROPERTIES:
:EFFORT:   3d
:END:

** Task 1.2
:PROPERTIES:
:EFFORT:   4d
:END:
----------------------------- End Quote ------------------------------

I would have expected the estimated total (rightmost column) for "Task
1" (first body row) in both dblocks to be 9 days (instead of seven)?

What am I missing?


Many thanks in advance and cheers,

  --alexander


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

end of thread, other threads:[~2024-08-30 15:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 16:24 Summation of effort estimates in columnview dblock Alexander Adolf via General discussions about Org-mode.
2024-08-07 19:48 ` Ihor Radchenko
2024-08-08 17:43   ` Alexander Adolf via General discussions about Org-mode.
2024-08-10 14:42     ` Ihor Radchenko
2024-08-16 20:10       ` Alexander Adolf via General discussions about Org-mode.
2024-08-18 12:08         ` Ihor Radchenko
2024-08-17 16:39       ` Alexander Adolf via General discussions about Org-mode.
2024-08-18 12:23         ` Ihor Radchenko
2024-08-20 13:06           ` Alexander Adolf via General discussions about Org-mode.
2024-08-23 13:32             ` [PATCH] " Alexander Adolf via General discussions about Org-mode.
2024-08-25 13:02               ` Ihor Radchenko
2024-08-26 16:44                 ` Alexander Adolf via General discussions about Org-mode.
2024-08-30 15:42                 ` Alexander Adolf via General discussions about Org-mode.

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