From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-collector - propview display problems Date: Mon, 14 Mar 2016 13:36:22 +0100 Message-ID: <8760wpkzi1.fsf@nicolasgoaziou.fr> References: <56D64218.4080200@verizon.net> <87oaavq0rd.fsf@nicolasgoaziou.fr> <87pouymah0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afRhT-0007CK-I9 for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 08:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afRhQ-0003hm-Ce for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 08:34:19 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:32894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afRhQ-0003hi-6G for emacs-orgmode@gnu.org; Mon, 14 Mar 2016 08:34:16 -0400 In-Reply-To: (dche's message of "Mon, 14 Mar 2016 09:26:39 +0000 (UTC)") 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: dche Cc: emacs-orgmode@gnu.org Hello, dche 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, -- Nicolas Goaziou