emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Charlie Burrows <charlie.burrows@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Exporting Properties
Date: Wed, 27 Aug 2008 10:54:16 -0400	[thread overview]
Message-ID: <878wuijyp3.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <7780d94d0808251342m1419222euc1c04c3aac6f4d31@mail.gmail.com> (Charlie Burrows's message of "Mon\, 25 Aug 2008 16\:42\:22 -0400")

"Charlie Burrows" <charlie.burrows@gmail.com> writes:

> Can anyone tell me a good way to export the custom property block. I
> am trying to use org-mode as a project planner and I need to allow
> other team members to see the estimates in my plan.

I deal with this by inserting a table in the subtree main task with the
current snapshot of estimates.

I have the following global setting in my .emacs

,----[ .emacs setup for column mode ]
| (setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated Effort){:} %CLOCKSUM")
`----

If you have something like this:

,----[ test.org ]
| * Project 1
| ** Task 1
|    :PROPERTIES:
|    :Effort:   1:00
|    :END:
| ** Task 2
|    :PROPERTIES:
|    :Effort:   2:00
|    :END:
| ** Task 3
|    :PROPERTIES:
|    :Effort:   0:10
|    :END:
`----

and you put the insertion point in the level 1 task and hit
C-c C-x r RET

You get a table like the following

,----
| * Project 1
| #+BEGIN: columnview :hlines 1 :id local
| | Task        | Estimated Effort | CLOCKSUM |
| |-------------+------------------+----------|
| | * Project 1 |             3:10 |          |
| | ** Task 1   |             1:00 |          |
| | ** Task 2   |             2:00 |          |
| | ** Task 3   |             0:10 |          |
| #+END:
| ** Task 1
|    :PROPERTIES:
|    :Effort:   1:00
|    :END:
| ** Task 2
|    :PROPERTIES:
|    :Effort:   2:00
|    :END:
| ** Task 3
|    :PROPERTIES:
|    :Effort:   0:10
|    :END:
`----

That does exactly what I need for sharing estimates and taking a
snapshot of the estimated time.  I'm then free to change the estimates
during the project and compare that to my initial information.

The table is exported to HTML when I export the document.

Hope that helps,
Bernt

  reply	other threads:[~2008-08-27 14:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-25 20:42 Exporting Properties Charlie Burrows
2008-08-27 14:54 ` Bernt Hansen [this message]
2008-08-27 15:57   ` Charlie Burrows

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=878wuijyp3.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=charlie.burrows@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).