I have a tree of tasks in org-mode which has effort estimates at multiple levels within a subtree. In order words, a task may have sub-tasks with their own effort estimates, but the parent task also has an effort estimate which reflects work on the parent task that isn't included in any sub-task. I want to avoid sticking an "other" or "misc" subtask on each tree just to capture this sort of thing. The problem is that column view wipes out the effort property on the parent tasks as it percolates up the tree and replaces it with the sum of the child tasks. This seems like a terrible idea to me -- is there a way to prevent that, or must I push all effort estimates into leaf nodes exclusively?
Org Mode (also: org-mode; /ˈɔːrɡ moʊd/) is a document editing, formatting, and organizing mode, designed for notes, planning, and authoring within the free software text editor Emacs.
The easiest way to create a table is to directly type the "|" character at the beginning of a line, or after any amount of white space. This will put you in the first field of an atomic table. Once you've finished editing this cell, you can jump to the next one by pressing TAB .
To save the document, either press the save icon, or press C-x C-s, call it 1.org. Emacs does not actually understand you are editing an Org document, yet. To enable Org mode on your current document, type M-x org-mode which will enable the Org mode on the current document. Those are minuses, not underscores.
As org version 9.2.5 if in the COLUMNS
declaration we include both %Effort
and %Effort(Effort Children){:}~, the effort in the parent node doesn't get overridden when using
M-x org-columns`.
Example
#+COLUMNS: %50ITEM TODO %3PRIORITY %Effort %Effort(Effort Children){:} %10CLOCKSUM
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With