From mboxrd@z Thu Jan 1 00:00:00 1970
From: Daniel Thom
Subject: Bug: Since orgmode 8 not possible to publish my orgfiles
Date: Fri, 20 Sep 2013 13:10:29 +0000 (UTC)
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Return-path:
Received: from eggs.gnu.org ([2001:4830:134:3::10]:60350)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1VN0wP-0001qu-SY
for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 09:40:21 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from ) id 1VN0wG-0005xa-My
for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 09:40:13 -0400
Received: from plane.gmane.org ([80.91.229.3]:38422)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1VN0wG-0005t5-HI
for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 09:40:04 -0400
Received: from list by plane.gmane.org with local (Exim 4.69)
(envelope-from ) id 1VN0wF-00079L-8l
for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 15:40:03 +0200
Received: from 194.55.195.70 ([194.55.195.70])
by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
id 1AlnuQ-0007hv-00
for ; Fri, 20 Sep 2013 15:40:03 +0200
Received: from dt by 194.55.195.70 with local (Gmexim 0.1 (Debian))
id 1AlnuQ-0007hv-00
for ; Fri, 20 Sep 2013 15:40:03 +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
Hi,
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.
Here is my publishing project:
(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
:with-toc nil
)))
And here is my result:
Initializing asynchronous export process
Process 'org-export-process' exited abnormally
since i have over 200 orgfiles oer 200 processes will be opended and
every process ends with "exited abnormally".
The Output Folder leaves empty.
What goes wrong here?
Emacs : GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu)
of 2013-09-17 on prometheus, modified by Debian
Package: Org-mode version 8.1.2 (8.1.2-elpa @
/home/mourningsun75/.emacs.d/elpa/org-20130916/)