From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-use-property-inheritance not working? Date: Sun, 31 May 2015 00:49:38 +0200 Message-ID: <874mmt7kal.fsf@nicolasgoaziou.fr> References: <87617bqb2c.fsf@selenimh.access.network> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YypY8-0002LC-Vo for emacs-orgmode@gnu.org; Sat, 30 May 2015 18:48:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YypY8-0003mt-4p for emacs-orgmode@gnu.org; Sat, 30 May 2015 18:48:16 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:35861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YypY7-0003mi-Uu for emacs-orgmode@gnu.org; Sat, 30 May 2015 18:48:16 -0400 In-Reply-To: (Rainer M. Krug's message of "Sat, 30 May 2015 13:04:17 +0200") 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: Rainer M Krug Cc: emacs-orgmode@gnu.org, "Charles C. Berry" Rainer M Krug writes: > OK - but this behavior is not influenced by the variable > org-use-property-inheritance. So what is the meaning of the variable > then? The variable is checked when calling `org-entry-get' with a non-nil INHERIT optional argument. In this case `org-entry-get' calls `org-entry-get-with-inheritance'. Regards,