From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charlie Burrows" Subject: Re: Exporting Properties Date: Wed, 27 Aug 2008 11:57:25 -0400 Message-ID: <7780d94d0808270857te4bfc13i4d1c6119753f8fea@mail.gmail.com> References: <7780d94d0808251342m1419222euc1c04c3aac6f4d31@mail.gmail.com> <878wuijyp3.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYNOj-0006Mk-Un for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 11:57:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYNOi-0006MQ-Jc for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 11:57:29 -0400 Received: from [199.232.76.173] (port=50433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYNOi-0006MN-DG for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 11:57:28 -0400 Received: from mail-gx0-f12.google.com ([209.85.217.12]:60702) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KYNOh-0000Bs-Me for emacs-orgmode@gnu.org; Wed, 27 Aug 2008 11:57:27 -0400 Received: by gxk5 with SMTP id 5so3900558gxk.18 for ; Wed, 27 Aug 2008 08:57:26 -0700 (PDT) In-Reply-To: <878wuijyp3.fsf@gollum.intra.norang.ca> Content-Disposition: inline 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Wed, Aug 27, 2008 at 10:54 AM, Bernt Hansen wrote: > "Charlie Burrows" 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