"Oliver Charles" <[EMAIL PROTECTED]> 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 _______________________________________________ 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