"Antano Solar" <[EMAIL PROTECTED]> writes: > | Feature request | Time Estimated | Time Utilized . > > I want the feature request column automatically populated from the sub > headings and if possible the time estimate and time utilized from a > drawyer with the sub headings .
Maybe what you need is the "columnview" dynamic block: ------------------------------------------------------------------------ * Project :PROPERTIES: :COLUMNS: %25ITEM %Estimated_Time %Required_Time :ID: Your_Project_ID :END: #+BEGIN: columnview :id Your_Project_ID | ITEM | Estimated_Time | Required_Time | |------------+----------------+---------------| | * Project | | | | ** Task | 1 day | 10 days | #+END ** Task :PROPERTIES: :Estimated_Time: 1 day :Required_Time: 10 days :END: ------------------------------------------------------------------------ Addeding tasks such as "** Task" with relevant properties will let you keep track of them within the columnview dynamic block. See (info "(org)Capturing Column View") for details. -- Bastien _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode