From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-publish broken? Date: Wed, 13 Feb 2013 18:22:17 +0100 Message-ID: <87pq049liu.fsf@gmail.com> 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]:34511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5g2Z-0001Yx-O6 for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 12:22:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5g2W-0005gn-8k for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 12:22:39 -0500 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:63649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5g2W-0005gZ-2k for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 12:22:36 -0500 Received: by mail-we0-f181.google.com with SMTP id t44so1208870wey.40 for ; Wed, 13 Feb 2013 09:22:35 -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 Hello, 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 > > My (unchanged) settings: > > (setq org-publish-project-alist > '(("org" > :base-directory "~/horg/" > :publishing-directory "~/public" > :section-numbers nil > :table-of-contents t > :html-preamble nil > :publishing-function org-publish-org-to-html The publishing function should be: `org-html-publish-to-html' > :style " href=\"../.style.css\" > type=\"text/css\"/>") > ("org-static" > :base-directory "~/horg/" > :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" > :publishing-directory "~/public/" > :recursive t > :publishing-function org-publish-attachment > ) > )) Regards, -- Nicolas Goaziou