d...@teklibre.org (Dave Täht) writes:
> So I cribbed and modified the org-invoice from the code example and
> tried to make it work.  I guess it needs the CLOCKSUM properties
> generated, which I don't quite know how to do, or something else I am
> missing to generate the summaries.

CLOCKSUM properties are generated on the fly from CLOCK lines by
org-mode.  The alternative, as you have figured out, is to use a
property called WORK.  This is the approach I personally use so that I
can round task times to the nearest 15 minutes.

> Presentation-wise I have other issues with it, but I'll settle for
> making it work first:
>
> * Client Bar 
> :PROPERTIES: 
> RATE: 95.00
> :END:
> *** DONE [2008-01-01 Tue] Searched for Widgets on Google
>     :PROPERTIES:
>     RATE: 25.00
>     WORK: 20:00
>     :END:
> *** [2008-01-02 Wed] Billed You for Taking a Nap

The properties need to begin and end with a colon.  Try changing "RATE:"
and "WORK:" to ":RATE:" and ":WORK:".

-- 
Peter Jones - 303-219-0226
pmade inc.  - http://pmade.com



_______________________________________________
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

Reply via email to