From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Wrong Type Error When Publishing Project Date: Sun, 28 Jul 2013 11:47:34 -0400 Message-ID: <87li4qbsa1.fsf@gmail.com> References: <51F2E3A2.4040200@gibbous.org> <87bo5o3hxy.fsf@gmail.com> <51F3D1FC.6040109@gibbous.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3TCK-00021j-NC for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 11:47:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3TCF-00022H-9A for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 11:47:52 -0400 Received: from plane.gmane.org ([80.91.229.3]:48404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3TCF-000225-2Q for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 11:47:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V3TCC-0000jM-NR for emacs-orgmode@gnu.org; Sun, 28 Jul 2013 17:47:44 +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 ; Sun, 28 Jul 2013 17:47:44 +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 ; Sun, 28 Jul 2013 17:47:44 +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: > 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 > The manual is updated, but it does not mention specific publishing functions IIRC. The rule is that publishing functions are no longer considered part of the publishing engine: instead, they are part of the backend. So if you want to publish to HTML, you should be looking for a publishing function whose name begins with "org-html-publish-...", not "org-publish-...". See http://orgmode.org/worg/org-8.0.html for a list of such changes (not just in publishing). -- Nick