From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Wrong Type Error When Publishing Project Date: Fri, 26 Jul 2013 21:33:29 -0400 Message-ID: <87bo5o3hxy.fsf@gmail.com> References: <51F2E3A2.4040200@gibbous.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2tOB-00072Z-4P for emacs-orgmode@gnu.org; Fri, 26 Jul 2013 21:33:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2tOA-0002qb-5Y for emacs-orgmode@gnu.org; Fri, 26 Jul 2013 21:33:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:45026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2tO9-0002qO-VY for emacs-orgmode@gnu.org; Fri, 26 Jul 2013 21:33:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V2tO8-0002zg-0w for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 03:33:40 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Jul 2013 03:33:40 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 27 Jul 2013 03:33:40 +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 Brian Callies writes: > I'm sure I must be doing something obviously wrong, but I've had no > success at publishing a project I've just created. I've been working > on this error for some time, incidentally fixing other mistakes, but > I'm unable to get it working. I get the same error on Arch Linux, as > I do on Win8. I'm using Org-mode 8.0.5. > > I get the following error: Wrong type argument: stringp > > My project config is below. Images-w and css-w export fine on their > own, but alpharednotes-w and AlphaRedWin both fail with the error > above. > > (setq org-publish-project-alist > '( > ("alpharednotes-w" > :base-directory "C:/Users/bcallies/Dropbox/RPG/Alpha Red/org" > :base-extension "org" > :publishing-directory "C:/Users/bcallies/Dropbox/RPG/Alpha > Red/org/html/" > ; :recursive t > :publishing-function org-publish-org-to-html This was valid for org 7.x, but for org 8.x you have to say :publishing-function org-html-publish-to-html -- Nick