Add link to Org Babel section from Worg main page
[Worg.git] / org-contrib / org-collector-example.org
bloba4c6be1e19527ea0f59387d8ae48befc90dd8e41
1 * Example
3 #+BEGIN: propview :id "december" :conds ((string= spendtype "food")) :cols (ITEM amount)
4 | "ITEM"                           | "amount" |
5 |----------------------------------+----------|
6 | "Grocery Store [2008-12-01 Mon]" |    56.77 |
7 | "Restaurant [2008-12-08 Mon]"    |    30.67 |
8 |----------------------------------+----------|
9 |                                  |          |
10 #+END:
12 #+BEGIN: propview :cols (ITEM (+ 400 amount)) :scope tree :match "example"
13 | "ITEM"                                                                          | "(+ 400 amount)" |
14 |---------------------------------------------------------------------------------+------------------|
15 | "December Spending                                                   :example:" |                0 |
16 | "Week One"                                                                      |                0 |
17 | "Grocery Store [2008-12-01 Mon]"                                                |           456.77 |
18 | "Athletic club [2008-12-02 Tue]"                                                |            475.0 |
19 | "Week Two "                                                                     |                0 |
20 | "Restaurant [2008-12-08 Mon]"                                                   |           430.67 |
21 |---------------------------------------------------------------------------------+------------------|
22 |                                                                                 |                  |
23 #+END:
25 ** December Spending                                                   :example:
26    :PROPERTIES:
27    :ID:       december
28    :END:
30 *** Week One
31 **** Grocery Store [2008-12-01 Mon]
32      :PROPERTIES:
33      :amount: 56.77
34      :spendtype: food
35      :END:
36 **** Athletic club [2008-12-02 Tue]
37      :PROPERTIES:
38      :amount: 75.00
39      :spendtype: health
40      :END:
41 *** Week Two 
42 **** Restaurant [2008-12-08 Mon]
43      :PROPERTIES:
44      :amount: 30.67
45      :spendtype: food
46      :END: