[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: publishing does not work anymore
From: |
Nick Dokos |
Subject: |
Re: publishing does not work anymore |
Date: |
Thu, 06 May 2021 16:58:11 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Giuseppe Lipari <giulipari@gmail.com> writes:
> (setq org-publish-project-alist
> '(("fil-web"
> :base-directory "./"
> :base-extension "org"
> :publishing-directory "./"
> :preparation-function update-all-dblocks-before-exporting
> :publishing-function org-html-publish-to-html
> :html-extension "php"
> :body-only t
> :html-postamble: t
> :html-postamble-format : "<?php include 'signature.php'; ?>"
This last one seems wrong: the extra space before the colon should probably not
be there.
And I'm not sure whethe the colon after the last two properties should be there
at all.
--
Nick
"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler