From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Jones Subject: Re: [ANN] Org Invoice 1.0.0 Date: Wed, 10 Dec 2008 21:23:00 -0700 Message-ID: References: <86zljmjrih.fsf@pmade.com> <5641883d0812101649h42e7833dw7550d0f408c87056@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAd53-0005m1-Q9 for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 23:23:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAd52-0005lp-9l for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 23:23:16 -0500 Received: from [199.232.76.173] (port=42528 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAd52-0005lm-3i for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 23:23:16 -0500 Received: from main.gmane.org ([80.91.229.2]:42940 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LAd51-0002wd-OD for emacs-orgmode@gnu.org; Wed, 10 Dec 2008 23:23:15 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LAd4y-0003bh-Dh for emacs-orgmode@gnu.org; Thu, 11 Dec 2008 04:23:12 +0000 Received: from c-67-177-235-141.hsd1.co.comcast.net ([67.177.235.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Dec 2008 04:23:12 +0000 Received: from mlists by c-67-177-235-141.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Dec 2008 04:23:12 +0000 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: emacs-orgmode@gnu.org "Oliver Charles" 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