emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org-publish broken?


From: henry atting
Subject: [O] org-publish broken?
Date: Wed, 13 Feb 2013 18:19:55 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

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
              :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
 )
))



-- 
henry, web: http://literaturlatenight.de
demnächst: http://literaturlatenight.de/blog/#sec-4
upcoming: http://literaturlatenight.de/blog/#sec-5




reply via email to

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