emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: org-invoice question


From: Peter Jones
Subject: [Orgmode] Re: org-invoice question
Date: Mon, 21 Sep 2009 11:15:20 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (darwin)

address@hidden (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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]