From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-collector - propview display problems Date: Sun, 13 Mar 2016 20:41:47 +0100 Message-ID: <87pouymah0.fsf@nicolasgoaziou.fr> References: <56D64218.4080200@verizon.net> <87oaavq0rd.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afBrc-00009i-Ey for emacs-orgmode@gnu.org; Sun, 13 Mar 2016 15:39:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afBrZ-0003V7-98 for emacs-orgmode@gnu.org; Sun, 13 Mar 2016 15:39:44 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:35354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afBrZ-0003V1-2S for emacs-orgmode@gnu.org; Sun, 13 Mar 2016 15:39:41 -0400 In-Reply-To: (dche's message of "Thu, 3 Mar 2016 13:15:26 +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: > With my actual configuration Org-mode 8.3.4 and GNU Emacs 24.3.1 > (i386-mingw-nt6.1.7601), I get the following output : > > > #+BEGIN: propview :id "december" :conds ((string= spendtype "food")) :cols > > #+END: It should be ((string= SPENDTYPE "food")). > #+BEGIN: propview :cols (ITEM (+ 400 amount)) :scope tree :match "example" Here: (ITEM (+ 400 AMOUNT)) Properties are returned upper-cased by `org-entry-properties'. Regards, -- Nicolas Goaziou