From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-publish broken? Date: Wed, 13 Feb 2013 18:25:18 +0100 Message-ID: <874nhgt9c1.fsf@bzg.ath.cx> References: <87y5esp1vo.fsf@bye.fritz.box> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5g5L-0002Uq-6Q for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 12:25:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5g5E-0006OI-Vq for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 12:25:30 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:58482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5g5E-0006Nz-Q3 for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 12:25:24 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so6024196wid.11 for ; Wed, 13 Feb 2013 09:25:22 -0800 (PST) In-Reply-To: <87y5esp1vo.fsf@bye.fritz.box> (henry atting's message of "Wed, 13 Feb 2013 18:19:55 +0100") 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: henry atting Cc: emacs-orgmode@gnu.org Hi Henry, henry atting writes: > Since the last git pull: org-mode version 7.9.3e (7.9.3e-1016-g2fa53e) > org-publish no longer works. Error message: > > Publishing file file.org `org-publish-org-to-html' > org-publish-file: Symbol's function definition is void: > org-publish-org-to-html Since you are using Org from the master branch, you need to use org-html-publish-to-html from ox-html.el. This is one of the incompatible changes that comes with merging the new exporter. Until 8.0 is released, I suggest publication should be done from the maint branch. Otherwise you'll need to update your configuration. HTH, -- Bastien