Hi,
Daniel Thom <[email protected]> é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