Charlie Burrows | 25 Aug 22:41

Exporting Properties

Hi,

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.

Thanks,
Charlie

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Bernt Hansen | 27 Aug 16:54

Re: Exporting Properties

"Charlie Burrows" <charlie.burrows <at> 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
(Continue reading)

Charlie Burrows | 27 Aug 17:57

Re: Exporting Properties

On Wed, Aug 27, 2008 at 10:54 AM, Bernt Hansen <bernt <at> norang.ca> wrote:
> "Charlie Burrows" <charlie.burrows <at> 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.
>
> and you put the insertion point in the level 1 task and hit
> C-c C-x r RET
>
> The table is exported to HTML when I export the document.
>
> Hope that helps,
> Bernt
>

Thank-you that is exactly what I was after.

Cheers,
Charlie

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

(Continue reading)


Gmane