From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Macht Subject: (org-entry-properties nil 'all) does not return inherited properties Date: Mon, 22 Mar 2010 16:01:00 +0100 Message-ID: <20100322150100.GA21387@homac> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ntj7h-0004Oe-S6 for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 11:00:57 -0400 Received: from [140.186.70.92] (port=55551 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ntj7f-0004ME-Oo for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 11:00:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ntj7X-0001GV-TS for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 11:00:49 -0400 Received: from cantor2.suse.de ([195.135.220.15]:51843 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ntj7X-0001GQ-La for emacs-orgmode@gnu.org; Mon, 22 Mar 2010 11:00:47 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id 17FAC8891E for ; Mon, 22 Mar 2010 16:00:47 +0100 (CET) Content-Disposition: inline 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: emacs-orgmode@gnu.org Hi, (org-entry-properties nil 'all) does not return inherited properties added with a file directive like that: #+PROPERTY: propkey propval Is this by intention? If so, is there a method to get all the properties of an item, also inherited ones? Currently I was just able to find (org-entry-get), but this only returns one specific property of which I need to know the name. Thanks, Holger