From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: new syntax of completion and preparation functions for publishing Date: Fri, 24 Jun 2016 08:37:24 +0200 Message-ID: <87d1n7ozx7.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGKkF-00073J-NI for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 02:37:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bGKkA-0007ZY-L9 for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 02:37:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:35740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bGKkA-0007ZN-E6 for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 02:37:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bGKk7-0003rO-Fn for emacs-orgmode@gnu.org; Fri, 24 Jun 2016 08:37:31 +0200 Received: from 37.166.117.25 ([37.166.117.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jun 2016 08:37:31 +0200 Received: from j.cubizolles by 37.166.117.25 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jun 2016 08:37:31 +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" To: emacs-orgmode@gnu.org According to ORG-NEWS: "Preparation and completion functions are now called with an argument, which is the project property list. It used to be dynamically scoped through the ~project-plist~ variable." I'd like to try to improve on my configuration of projects but I'm unsure hot to use this new feature. How do you use it ? Julien.