pw <p...@riseup.net> writes: > Le 13/09/2013 17:26, Nicolas Goaziou a écrit : >> You shouldn't require "org-publish", which belongs to the old framework. >> I think you can skip this part altogether. If it fails, try requiring >> "ox-publish" instead. > Thanks for your answer. > > If I remove "require 'org-publish)" I have another error : > > "org-publish-file: Symbol's function definition is void: > org-publish-org-to-html" > > Adding "(require 'ox-publish)" doesn't change anything. >
That's because org-publish-org-to-html went away in org 8.x. See this file for a list of incompatibilities: http://orgmode.org/worg/org-8.0.html Nick