Re: [O] error when publishing

2013-09-13 Thread Nick Dokos
pw 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

Re: [O] error when publishing

2013-09-13 Thread pw
I'm found myself the solution to my question which consiste in replacing "org-publish-org-to-html" by "org-html-publish-to-html" into my .emacs. It's a shame that a lot of very good tutorials like Sebastian Rose's publishing one are a little bit outdated and, so, make people getting wrong. pw

Re: [O] error when publishing

2013-09-13 Thread pw
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 :

Re: [O] error when publishing

2013-09-13 Thread Nicolas Goaziou
Hello, pw writes: > (require 'org-publish) 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. Regards, -- Nicolas Goaziou