Hello,
henry atting <[email protected]> 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 "<link rel=\"stylesheet\"
> 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