From mboxrd@z Thu Jan 1 00:00:00 1970 From: dche Subject: Re: org-collector - propview display problems Date: Mon, 14 Mar 2016 09:26:39 +0000 (UTC) Message-ID: References: <56D64218.4080200@verizon.net> <87oaavq0rd.fsf@nicolasgoaziou.fr> <87pouymah0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afOm8-0004hT-RH for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 05:26:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afOm5-0001dW-Kn for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 05:26:56 -0400 Received: from plane.gmane.org ([80.91.229.3]:41609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afOm5-0001dS-Dp for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 05:26:53 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1afOm1-0008RA-Fk for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 10:26:49 +0100 Received: from 165.225.76.105 ([165.225.76.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2016 10:26:49 +0100 Received: from dchechin92 by 165.225.76.105 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2016 10:26:49 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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-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. Thank you again. I will use org-collector again. Regards