* Bug: Since orgmode 8 not possible to publish my orgfiles
@ 2013-09-20 12:45 Daniel Thom
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Thom @ 2013-09-20 12:45 UTC (permalink / raw)
To: emacs-orgmode
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<XXX>' exited abnormally
since i have over 200 orgfiles over 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/XXXX/.emacs.d/elpa/org-20130916/)
--
Gruß
Daniel
http://netbunker.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Bug: Since orgmode 8 not possible to publish my orgfiles
@ 2013-09-20 13:10 Daniel Thom
2013-09-20 14:27 ` Maurice
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Thom @ 2013-09-20 13:10 UTC (permalink / raw)
To: emacs-orgmode
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<XXX>' 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/)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Bug: Since orgmode 8 not possible to publish my orgfiles
2013-09-20 13:10 Daniel Thom
@ 2013-09-20 14:27 ` Maurice
0 siblings, 0 replies; 3+ messages in thread
From: Maurice @ 2013-09-20 14:27 UTC (permalink / raw)
To: emacs-orgmode
Hi,
Daniel Thom <dt@netbunker.de> écrivit :
> 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
=======================> org-html-publish-to-html
> :with-toc nil
> )))
>
Maurice
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-20 14:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20 12:45 Bug: Since orgmode 8 not possible to publish my orgfiles Daniel Thom
-- strict thread matches above, loose matches on Subject: below --
2013-09-20 13:10 Daniel Thom
2013-09-20 14:27 ` Maurice
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.