From mboxrd@z Thu Jan 1 00:00:00 1970 From: Malte Deiseroth Subject: org-collector not working Date: Mon, 2 Jan 2017 19:07:50 +0100 Message-ID: <61e99962-01dd-5d2a-5c39-492caf2b0afe@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cO71b-00016g-Ex for emacs-orgmode@gnu.org; Mon, 02 Jan 2017 13:08:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cO71Y-0000qi-9T for emacs-orgmode@gnu.org; Mon, 02 Jan 2017 13:07:59 -0500 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:38856) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cO71Y-0000qA-2Y for emacs-orgmode@gnu.org; Mon, 02 Jan 2017 13:07:56 -0500 Received: by mail-wm0-x22c.google.com with SMTP id k184so216401548wme.1 for ; Mon, 02 Jan 2017 10:07:54 -0800 (PST) Received: from [10.20.147.39] (guest-wlan-ext.mpip-mainz.mpg.de. [194.95.63.237]) by smtp.googlemail.com with ESMTPSA id m145sm85386077wma.3.2017.01.02.10.07.52 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Jan 2017 10:07:52 -0800 (PST) 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" To: emacs-orgmode@gnu.org Hello The org-collector seems to be broken. I followed the instructions on: http://orgmode.org/worg/org-contrib/org-collector.html Instead of: #+BEGIN: propview :id "december" :conds ((string=3D spendtype "food")) :cols (ITEM amount) | "ITEM" | "amount" | |----------------------------------+----------| | "Grocery Store [2008-12-01 Mon]" | 56.77 | | "Restaurant [2008-12-08 Mon]" | 30.67 | |----------------------------------+----------| | | | #+END: I get: #+BEGIN: propview :id "december" :conds ((string=3D spendtype "food")) :cols (ITEM amount) | ITEM | amount | |------+--------| |------+--------| | | | #+END: and instead of: #+BEGIN: propview :cols (ITEM (+ 400 amount)) :scope tree :match "example= " | "ITEM" = =20 | "(+ 400 amount)" | |------------------------------------------------------------------------= ---------+------------------| | "December Spending =20 :example:" | 0 | | "Week One" = | 0 | | "Grocery Store [2008-12-01 Mon]" | 456.77 |= | "Athletic club [2008-12-02 Tue]" | 475.0 |= | "Week Two " =20 | 0 | | "Restaurant [2008-12-08 Mon]" | 430.6= 7 | |------------------------------------------------------------------------= ---------+------------------| | = =20 | | #+END: I get: #+BEGIN: propview :cols (ITEM (+ 400 amount)) :scope tree :match "example= " | ITEM | (+ 400 amount) | |--------------------------------------+----------------| | "** December Spending" | 0 | | "*** Week One" | 0 | | "**** Grocery Store [2008-12-01 Mo]" | 0 | | "**** Athletic club [2008-12-02 Di]" | 0 | | "*** Week Two" | 0 | | "**** Restaurant [2008-12-08 Mo]" | 0 | |--------------------------------------+----------------| | | | #+END: Basically all the columns/properties are always 0. I tried also with other properties, but nothing worked. I have nothing in the *Messages* or *Warnigns* buffer to post here. I might be doing something wrong. Its the first time using org-collector for me. I'm using emacs 25.1.1. I believe org-mode and org-collector are shipped by default with this. Any help would be appreciated. Cheers Malte