* Limiting Invoice Block
@ 2012-09-06 1:34 Esben Stien
2012-09-06 1:37 ` Nick Dokos
0 siblings, 1 reply; 2+ messages in thread
From: Esben Stien @ 2012-09-06 1:34 UTC (permalink / raw)
To: emacs-orgmode
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>"
--
Esben Stien is b0ef@e s a
http://www. s t n m
irc://irc. b - i . e/%23contact
sip:b0ef@ e e
jid:b0ef@ n n
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Limiting Invoice Block
2012-09-06 1:34 Limiting Invoice Block Esben Stien
@ 2012-09-06 1:37 ` Nick Dokos
0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2012-09-06 1:37 UTC (permalink / raw)
To: Esben Stien; +Cc: emacs-orgmode
Esben Stien <b0ef@esben-stien.name> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-06 1:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 1:34 Limiting Invoice Block Esben Stien
2012-09-06 1:37 ` Nick Dokos
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.