Sebastien Vauban <sva-n...@mygooglest.com> writes: > Hello, > > When publishing a site project, or some file from it, I get the > following error: > > Debugger entered--Lisp error: (wrong-number-of-arguments #[(&optional force) > "\303 ^X\304\216 ?\205^K^@ > ^Z\305\306 !+\207" [wconfig force org-publish-use-timestamps-flag > current-window-configuration ((set-window-configuration wconfig)) > org-publish-file buffer-file-name] 2 ("c:/Program Files > (x86)/emacs-24.3/lisp/org/org-publish.elc" . 30759) "P"] 2) > org-publish-current-file(nil nil) > ... > > Do you have an idea how to chase this problem? >
First thing I would do is delete the org-publish.elc file and try with uncompiled org-publish.el. That should at least give you a better backtrace. Nick