emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: publishing does not work anymore


From: Timothy
Subject: Re: publishing does not work anymore
Date: Fri, 07 May 2021 10:08:40 +0800
User-agent: mu4e 1.4.15; emacs 28.0.50

Nick Dokos <ndokos@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]