Add a license header in each .org file
[worg.git] / org-contrib / org-collector-example.org
blob308740b27edb9a28dcc9746b05197eba5db1ecd0
1 # This file is released by its authors and contributors under the GNU
2 # Free Documentation license v1.3 or later, code examples are released
3 # under the GNU General Public License v3 or later.
5 * Example
7 #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT)
9 #+END:
11 #+BEGIN: propview :cols (ITEM (+ 400 AMOUNT)) :scope tree :match "example"
13 #+END:
15 ** December Spending                                                   :example:
16    :PROPERTIES:
17    :ID:       december
18    :END:
20 *** Week One
21 **** Grocery Store [2008-12-01 Mon]
22      :PROPERTIES:
23      :amount: 56.77
24      :spendtype: food
25      :END:
26 **** Athletic club [2008-12-02 Tue]
27      :PROPERTIES:
28      :amount: 75.00
29      :spendtype: health
30      :END:
31 *** Week Two 
32 **** Restaurant [2008-12-08 Mon]
33      :PROPERTIES:
34      :amount: 30.67
35      :spendtype: food
36      :END: