From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: error when publishing Date: Fri, 13 Sep 2013 17:42:42 -0400 Message-ID: References: <52332148.5030302@riseup.net> <87vc24oi8o.fsf@gmail.com> <52337558.10608@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKb8m-0001go-KD for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 17:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKb8g-00025F-QD for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 17:43:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:43945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKb8g-000254-JC for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 17:42:54 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VKb8e-00010n-VW for emacs-orgmode@gnu.org; Fri, 13 Sep 2013 23:42:52 +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 ; Fri, 13 Sep 2013 23:42:52 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Sep 2013 23:42:52 +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 pw writes: > Le 13/09/2013 17:26, Nicolas Goaziou a écrit : >> You shouldn't require "org-publish", which belongs to the old framework. >> I think you can skip this part altogether. If it fails, try requiring >> "ox-publish" instead. > Thanks for your answer. > > If I remove "require 'org-publish)" I have another error : > > "org-publish-file: Symbol's function definition is void: > org-publish-org-to-html" > > Adding "(require 'ox-publish)" doesn't change anything. > That's because org-publish-org-to-html went away in org 8.x. See this file for a list of incompatibilities: http://orgmode.org/worg/org-8.0.html Nick