Giuseppe Lipari <giulip...@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