From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] Dynamic scoping of project-plist in preparation-function Date: Wed, 22 Jun 2016 18:37:25 +0200 Message-ID: <87eg7p89iy.fsf@saiph.selenimh> References: <87mvmd8i06.fsf@saiph.selenimh> <878txxwaqx.fsf@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFl9i-0000C6-4K for emacs-orgmode@gnu.org; Wed, 22 Jun 2016 12:37:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFl9g-0005mm-3d for emacs-orgmode@gnu.org; Wed, 22 Jun 2016 12:37:33 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:38468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFl9f-0005mi-Tm for emacs-orgmode@gnu.org; Wed, 22 Jun 2016 12:37:32 -0400 In-Reply-To: <878txxwaqx.fsf@systemreboot.net> (Arun Isaac's message of "Wed, 22 Jun 2016 20:07:10 +0530") 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: Arun Isaac Cc: "Emacs-orgmode@gnu.org" Arun Isaac writes: > After 5cd793c, the documentation for the preparation function says > "Each preparation function is called with a single argument, the project > property". This could be clearer if it is "... the project property > list", as it is in the documentation for the completion function. Indeed, that's a typo. Fixed. Thank you. Regards,