emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-publish broken?


From: Nicolas Goaziou
Subject: Re: [O] org-publish broken?
Date: Wed, 13 Feb 2013 18:22:17 +0100

Hello,

henry atting <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]