emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: [ANN] Org Invoice 1.0.0


From: Peter Jones
Subject: [Orgmode] Re: [ANN] Org Invoice 1.0.0
Date: Wed, 10 Dec 2008 21:23:00 -0700
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (darwin)

"Oliver Charles" <address@hidden> writes:
> I tried emailing you about this when it was first released, but I
> didn't have any reply, so I'll try again (please forgive my rudeness
> if I'm being ignored on purpose! ;)

Oliver, I'm not ignoring you, your email must have found its way to my
spam folder.  Sorry about that!

> 've just been having a play - and not
> having much luck getting any output. I use org-mode with odd-levels on
> by default.
>
> I've tried setting `org-invoice-default-level' to 3, but that doesn't
> seem to change the situtation. I've tried these invoices:
>
> With `org-invoice-default-level' set to *2*:
>
> * Invoices
> ** An Invoice Header
> *** [2008-11-25 Tue] An Invoice Item
>    :PROPERTIES:
>    :WORK:     0:10
>    :CLOCKSUM: 0:10
>    :END:
>
> #+BEGIN: invoice
> | Task / Date | Time | Price |
> |-------------+------+-------|
> | Total:      | 0:00 |  0.00 |
> #+END:
>
> Any idea what I'm missing? If I can get this working with the default
> org-mode setup, I can then start fiddling and changing this to suit my
> setup (invoices start at level 3, etc)

Since you are using odd levels, set org-invoice-default-level to 2, and
use a structure like this:

* Invoices
*** An Invoice Header
***** [2008-11-25 Tue] An Invoice Item
   :PROPERTIES:
   :WORK:     0:10
   :CLOCKSUM: 0:10
   :END:

#+BEGIN: invoice
| Task / Date | Time | Price |
|-------------+------+-------|
| Total:      | 0:00 |  0.00 |
#+END:

This is based on what I know about org-odd-levels-only, which isn't
much.  org-invoice should correctly move up to the 3-star heading if you
set org-invoice-default-level to 2.

-- 
Peter Jones, http://pmade.com
pmade inc.  Louisville, CO US





reply via email to

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