From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Property inheritance in Org-collector Date: Sat, 08 Jan 2011 09:40:20 +0100 Message-ID: <4D2822F4.2020904@christianmoe.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=58773 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbUJO-00015b-Jr for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 03:38:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbUJN-0004U8-G3 for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 03:38:10 -0500 Received: from mars.hitrost.net ([91.185.211.18]:56448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbUJN-0004RH-A1 for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 03:38:09 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte , Org Mode Hi, I'm trying to use an Org document as the database for a textbook analysis and Org-collector.el to output reports. With org-use-property-inheritance set to `t', and working in sparse trees, I fail to get inherited properties to show up in the dynamic block: the value returned is 0. Is this the expected behavior, and is there any way to change things so I can get inherited properties? Yours, Christian