From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: org-collector - propview display problems Date: Tue, 01 Mar 2016 20:30:00 -0500 Message-ID: <56D64218.4080200@verizon.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aawYm-0002mq-3U for emacs-orgmode@gnu.org; Tue, 01 Mar 2016 21:30:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aawYh-0007Ih-2i for emacs-orgmode@gnu.org; Tue, 01 Mar 2016 21:30:44 -0500 Received: from vms173009pub.verizon.net ([206.46.173.9]:51928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aawYg-0007CP-TZ for emacs-orgmode@gnu.org; Tue, 01 Mar 2016 21:30:39 -0500 Received: from vz-proxy-l002.mx.aol.com ([64.236.82.153]) by vms173009.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O3E0005Z1I5WY00@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 01 Mar 2016 19:30:06 -0600 (CST) In-reply-to: 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 Hi, On 02/29/2016 01:04 PM, dche wrote: > 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 | amount | > |----------------------------------------+--------| > | "* Example" | 0 | > | "** December Spending" | 0 | > | "*** Week One" | 0 | > | "**** Grocery Store [2008-12-01 lun.]" | 0 | > | "**** Athletic club [2008-12-02 mar.]" | 0 | > | "*** Week Two" | 0 | > | "**** Restaurant [2008-12-08 lun.]" | 0 | > |----------------------------------------+--------| > | | | > #+END: > > #+BEGIN: propview :id "december" :conds ((string= spendtype "food")) :cols > (ITEM amount) > | ITEM | amount | > |------+--------| > |------+--------| > | | | > #+END: > > #+BEGIN: propview :cols (ITEM (+ 400 amount)) :scope tree :match "example" > | ITEM | (+ 400 amount) | > |----------------------------------------+----------------| > | "** December Spending" | 0 | > | "*** Week One" | 0 | > | "**** Grocery Store [2008-12-01 lun.]" | 0 | > | "**** Athletic club [2008-12-02 mar.]" | 0 | > | "*** Week Two" | 0 | > | "**** Restaurant [2008-12-08 lun.]" | 0 | > |----------------------------------------+----------------| > | | | > #+END: > > ** December Spending > :example: > :PROPERTIES: > :ID: december > :END: > > *** Week One > **** Grocery Store [2008-12-01 Mon] > :PROPERTIES: > :amount: 56.77 > :spendtype: food > :END: > **** Athletic club [2008-12-02 Tue] > :PROPERTIES: > :amount: 75.00 > :spendtype: health > :END: > *** Week Two > **** Restaurant [2008-12-08 Mon] > :PROPERTIES: > :amount: 30.67 > :spendtype: food > :END: > > The item is not extracted as expected (there are "*" that are also > displayed corresponding of the level of entries) and the extracted > field is zero whatever of the effective value of this field (here > amount). > > This is test with 8.3.4 and GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601). > > > I believe this is the same problem or bug I reported in April 2015! Others have also brought attention it to this, but nothing has been done to fix it. Charlie Millar