[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-publish-after-publishing-hook
From: |
Michael Welle |
Subject: |
Re: [O] org-publish-after-publishing-hook |
Date: |
Mon, 05 Sep 2016 14:51:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
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