Many thanks, I am going to use org-collector again.
It would be great if org-collector could implement kind of regular
expression in the research of string.
For example with the example provides for org-collector something like
:conds ((string= SPENDTYPE "health|food"))
to look for health or fo
Thank you.
I have just done the test and I have the following ouptut
#+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols
(ITEM AMOUNT)
| ITEM | AMOUNT |
|+|
| " Grocery Store [2008-12-0
Thank you.
In the first post I used the example proposed in the description of
org-collector that is accessible at this link.
http://orgmode.org/worg/sources/org-contrib/org-collector-example.org
With this example org-collector is able to gather in a table with the use
of propview in a #+BEG
This function interested me in order to produce subset of data in tabular
with search criteria included in properties field. I hoped to
use this kind of approach as a kind of database and possibly use one of
property field to include an information about a link to a file or the use
of attachment
Hello
I tried to use org-collector with the example propose
at this link http://orgmode.org/worg/org-contrib/org-collector.html
I would like to use propview as cited in example but whatever I do,
I get the outputs below.
* Example
#+BEGIN: propview :cols (ITEM amount)
| ITEM