From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antano Solar" Subject: Re: First column of tables from sub headings and drawyers Date: Fri, 29 Feb 2008 21:51:04 +0530 Message-ID: References: <871w6w2eis.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0552870505==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JV7yx-0004G6-Oz for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 11:21:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JV7yv-0004Eq-J5 for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 11:21:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JV7yv-0004En-8Q for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 11:21:09 -0500 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JV7yu-0004pP-Ku for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 11:21:08 -0500 Received: by ug-out-1314.google.com with SMTP id a2so378087ugf.48 for ; Fri, 29 Feb 2008 08:21:05 -0800 (PST) In-Reply-To: <871w6w2eis.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org --===============0552870505== Content-Type: multipart/alternative; boundary="----=_Part_2568_26141335.1204302064213" ------=_Part_2568_26141335.1204302064213 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Fri, Feb 29, 2008 at 4:52 PM, Bastien wrote: > "Antano Solar" 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. > Thank you it is working :) There is one more things I would like to know. When I do C-c C-x r it is generating the column view from the second level and all levels deeper than that. How do I restrict the rows generated only to the sub heading with the properties defined. With Regards Antano Solar John ------=_Part_2568_26141335.1204302064213 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On Fri, Feb 29, 2008 at 4:52 PM, Bastien <bzg@altern.org> wrote:
"Antano Solar" <solar345@gmail.com> 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.


Thank you it is working  :)

There is one more things I would like to know.
When I do C-c C-x r it is generating the column view from the second level and all levels deeper than that.
How do I restrict the rows generated only to the sub heading with the properties defined.

With Regards

Antano Solar John






------=_Part_2568_26141335.1204302064213-- --===============0552870505== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0552870505==--