From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maurice Subject: Re: Bug: Since orgmode 8 not possible to publish my orgfiles Date: Fri, 20 Sep 2013 16:27:10 +0200 Message-ID: <874n9flgap.fsf@lonovo.maison.ici> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN1gA-00051j-II for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 10:27:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN1g5-00035p-1A for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 10:27:30 -0400 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]:59781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN1g4-00035Q-Ej for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 10:27:24 -0400 Received: from lonovo.maison.ici (unknown [83.158.197.23]) by smtp1-g21.free.fr (Postfix) with ESMTP id 69280940112 for ; Fri, 20 Sep 2013 16:27:16 +0200 (CEST) In-Reply-To: (Daniel Thom's message of "Fri, 20 Sep 2013 13:10:29 +0000 (UTC)") 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 Hi, Daniel Thom =C3=A9crivit : > Hi, >=20=20 > since i updated my emacs from 23 -> 24 and orgmode from 7.X to 8 my > publish projects not work any more. I read that the publish functions > were renamed. Ok, i changed my config. However it do not work. >=20=20 > Here is my publishing project: >=20=20 > (setq org-publish-project-alist > '(("org" > :base-directory "~/notes/" > :publishing-directory "~/public_html" > :section-numbers nil > :base-extension "org" > :recursive t > :publishing-function org-html-export-to-html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> = org-html-publish-to-html > :with-toc nil > ))) >=20=20 Maurice