From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Lisp error: wrong-number-of-arguments when publishing current project file Date: Wed, 10 Sep 2014 16:27:17 -0400 Message-ID: <878ulruspm.fsf@alphaville.bos.redhat.com> References: <86a967ib62.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRoUU-0001LL-4e for emacs-orgmode@gnu.org; Wed, 10 Sep 2014 16:27:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRoUN-0005Mb-QF for emacs-orgmode@gnu.org; Wed, 10 Sep 2014 16:27:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:60780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRoUN-0005MM-Js for emacs-orgmode@gnu.org; Wed, 10 Sep 2014 16:27:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XRoUM-0003NC-0J for emacs-orgmode@gnu.org; Wed, 10 Sep 2014 22:27:38 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Sep 2014 22:27:38 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Sep 2014 22:27:38 +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: emacs-orgmode@gnu.org Sebastien Vauban writes: > Hello, > > When publishing a site project, or some file from it, I get the > following error: > > Debugger entered--Lisp error: (wrong-number-of-arguments #[(&optional force) "\303 ^X\304\216 ?\205^K^@ > ^Z\305\306 !+\207" [wconfig force org-publish-use-timestamps-flag current-window-configuration ((set-window-configuration wconfig)) org-publish-file buffer-file-name] 2 ("c:/Program Files (x86)/emacs-24.3/lisp/org/org-publish.elc" . 30759) "P"] 2) > org-publish-current-file(nil nil) > ... > > Do you have an idea how to chase this problem? > First thing I would do is delete the org-publish.elc file and try with uncompiled org-publish.el. That should at least give you a better backtrace. Nick