emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: Antano Solar <solar345@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: First column of tables from sub headings and drawyers
Date: Fri, 29 Feb 2008 11:22:35 +0000	[thread overview]
Message-ID: <871w6w2eis.fsf@bzg.ath.cx> (raw)
In-Reply-To: <b2600ec40802282232q377de1a0x166b4dadaf423406@mail.gmail.com> (Antano Solar's message of "Fri, 29 Feb 2008 12:02:22 +0530")

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

-- 
Bastien

  parent reply	other threads:[~2008-02-29 11:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-29  6:32 First column of tables from sub headings and drawyers Antano Solar
2008-02-29  9:39 ` Egli Christian (KIRO 433)
2008-02-29 11:22 ` Bastien [this message]
2008-02-29 16:21   ` Antano Solar
2008-02-29 20:19     ` Bastien
2008-02-29 20:32       ` export-html, close the .html file Xin Shi
2008-02-29 20:50         ` Bastien Guerry
2008-02-29 21:01           ` Xin Shi
2008-02-29 21:10             ` Bastien Guerry
2008-02-29 21:43               ` Xin Shi
2008-02-29 21:47                 ` Bastien Guerry
2008-02-29 20:33       ` First column of tables from sub headings and drawyers Antano Solar
2008-02-29 22:23         ` Bastien Guerry
2008-02-29 22:32           ` Manish
2008-03-01  5:41           ` Antano Solar
2008-03-01  5:52             ` Manish
2008-03-01  7:43               ` Antano Solar
2008-03-01  8:48                 ` Manish
2008-03-01  8:57                   ` Manish
2008-03-01  9:28                   ` Antano Solar
2008-03-01  7:46               ` Antano Solar
2008-03-01 10:06             ` Bastien Guerry

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871w6w2eis.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=solar345@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).