[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Limiting Invoice Block
From: |
Nick Dokos |
Subject: |
Re: [O] Limiting Invoice Block |
Date: |
Wed, 05 Sep 2012 21:37:59 -0400 |
Esben Stien <address@hidden> wrote:
> Playing around with org-invoice, but can't figure out how to limit the
> block to subtree.
>
> Why is this not legal as it is with other blocks?:
>
> #+BEGIN: invoice :maxlevel 2 :scope subtree :link t :tstart "<2012-09-03
> Thu 10:00>" :tend "<2012-09-06 Thu 12:00>"
>
Check the documentation of org-dblock-write:invoice. It says:
,----
| ...
| :scope Allows you to override the `org-invoice-default-level'
| variable. The only supported values right now are ones
| that look like :tree1, :tree2, etc.
| ...
`----
I'd also suggest doing
C-h v org-invoice-default-level RET
C-h f org-invoice-report RET
if you haven't done so already.
AFAICT, that's all the documentation there is.
Nick