From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Callies Subject: Re: Wrong Type Error When Publishing Project Date: Sat, 27 Jul 2013 08:58:20 -0500 Message-ID: <51F3D1FC.6040109@gibbous.org> References: <51F2E3A2.4040200@gibbous.org> <87bo5o3hxy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------040400000504070207040409" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V39xK-0006Pw-OC for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 15:15:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V39w4-0007GP-AM for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 15:13:53 -0400 Received: from gibbous.org ([71.13.150.213]:32961 helo=terminus.gibbous.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V350q-00061C-Rl for emacs-orgmode@gnu.org; Sat, 27 Jul 2013 09:58:25 -0400 Received: from localhost (localhost [127.0.0.1]) by terminus.gibbous.org (Postfix) with ESMTP id A28218817AB for ; Sat, 27 Jul 2013 08:58:23 -0500 (CDT) Received: from terminus.gibbous.org ([127.0.0.1]) by localhost (terminus.gibbous.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6WuRibhka6xq for ; Sat, 27 Jul 2013 08:58:21 -0500 (CDT) Received: from [192.168.99.201] (unknown [71.13.150.172]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: brian) by terminus.gibbous.org (Postfix) with ESMTPSA id 876918805E9 for ; Sat, 27 Jul 2013 08:58:21 -0500 (CDT) In-Reply-To: <87bo5o3hxy.fsf@gmail.com> 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 This is a multi-part message in MIME format. --------------040400000504070207040409 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thank you. I thought it was probably something like this. Is there updated documentation yet for 8.x? The Worg link below is one site I based my attempt on: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html -Brian On 07/26/2013 08:33 PM, Nick Dokos wrote: > 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 > > --------------040400000504070207040409 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
Thank you. I thought it was probably something like this.

Is there updated documentation yet for 8.x?

The Worg link below is one site I based my attempt on:
http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html

-Brian

On 07/26/2013 08:33 PM, Nick Dokos wrote:
Brian Callies <brian@gibbous.org> 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



--------------040400000504070207040409--