Re: [O] org-collector - propview display problems

2016-03-15 Thread dche
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

Re: [O] org-collector - propview display problems

2016-03-14 Thread dche
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

Re: [O] org-collector - propview display problems

2016-03-03 Thread dche
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

Re: [O] org-collector - propview display problems

2016-03-02 Thread dche
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

[O] org-collector - propview display problems

2016-03-01 Thread dche
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