Nicolas,

On 03/14/2016 08:36 AM, Nicolas Goaziou wrote:
Hello,

dche <dchechi...@gmail.com> writes:

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-01 lun.]" |  56.77 |
| "**** Restaurant [2008-12-08 lun.]"    |  30.67 |
|----------------------------------------+--------|
|                                        |        |
#+END:

Which is nearly the same as the example provides :

#+BEGIN: propview :id "december" :conds ((string= spendtype "food")) :cols
(ITEM amount)
| "ITEM"                           | "amount" |
|----------------------------------+----------|
| "Grocery Store [2008-12-01 Mon]" |    56.77 |
| "Restaurant [2008-12-08 Mon]"    |    30.67 |
|----------------------------------+----------|
|                                  |          |
#+END:


I don't know if it is possible to get rid of the stars for the ITEM
entries.
This is already the case in the development version.

Regards,

Thank you for clarifying this. I just tried the example file again (after changing all properties to upper-case) and it now works as expected. (BTW I am using Org-mode version 8.3.4 (release_8.3.4-655-g9fb077 @ /usr/local/share/emacs/site-lisp/org-mode/lisp/)

Charlie Millar

Reply via email to