From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Wrong Type Error When Publishing Project Date: Sat, 27 Jul 2013 02:21:33 -0400 Message-ID: <87siz0bk0i.fsf@gmail.com> References: <51F2E3A2.4040200@gibbous.org> <87bo5o3hxy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2xsy-0004tl-NK for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 02:21:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2xsx-0000Rg-9i for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 02:21:48 -0400 Received: from plane.gmane.org ([80.91.229.3]:54082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2xsx-0000RX-2z for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 02:21:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V2xsv-0002oD-61 for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 08:21:45 +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 08:21:45 +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 08:21:45 +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 Nick Dokos writes: > 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 > BTW, you should check your installation: presumably you are not getting on error when calling org-publish-org-to-html, which means that it is somehow defined - but it should not be if you are running 8.x. You might be getting the orgmode bundled with emacs: if that's true, that's a state of affairs that is bound to be confusing. -- Nick