From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: [wish] Execute preparation-function before getting base files Date: Wed, 14 Oct 2015 15:15:32 +0530 Message-ID: <8737xdpyv7.fsf@steel.i-did-not-set--mail-host-address--so-tickle-me> References: <87wpuubr4j.fsf@steel.i-did-not-set--mail-host-address--so-tickle-me> <87612d394l.fsf@ucl.ac.uk> <874mhw89s4.fsf@steel.i-did-not-set--mail-host-address--so-tickle-me> <87lhb6zhc1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmId1-0002wT-Qe for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 05:45:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmIcw-00010d-Ns for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 05:45:47 -0400 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:33293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmIcw-00010Z-8h for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 05:45:42 -0400 Received: by pabrc13 with SMTP id rc13so49922610pab.0 for ; Wed, 14 Oct 2015 02:45:41 -0700 (PDT) In-Reply-To: <87lhb6zhc1.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 13 Oct 2015 21:41:50 +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: Arun Isaac Cc: Emacs orgmode Nicolas Goaziou writes: > I made the change in master. I think a bug has been introduced by your change. In org-publish-projects, the variable project-plist is accessed (to get the preparation-function) before it is bound. So, I am getting a (void-variable project-plist) error.