Nick Dokos <ndo...@gmail.com> writes: >> :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.
It shouldn't be, it should be: #+begin_example :body-only t :html-postamble t :html-postamble-format "<?php include 'signature.php'; ?>" #+end_example Though the last line may need to be #+begin_example :html-postamble-format '((en "<?php include 'signature.php'; ?>")) #+end_example or similar. -- Timothy