Hello,
I found the problem. The publishing function must return the file name,
which it should do... except there was a bug in it. I used something
like (fboundp 'foo) as a condition and foo is a variable. I wonder how
that ever did something useful...
Sorry for the noise
hmw
Hello,
I have a hook like follows:
(defun foo (in out)
(message "o-p-a-p-h in: '%s' out: '%s'" in out))
(add-hook 'org-publish-after-publishing-hook 'foo)
Now I publish a project that is defined in org-publish-project-alist
as follows:
("web-static"
:base-directory "~/work/ORG/web"
:publi