Stefan Vollmar <[email protected]> writes:

> Hello,
>
> we want to include a
> <META HTTP-EQUIV="EXPIRES" CONTENT="0">
> entry in the HTML export of our Org pages to indicate that browsers
> should not cache the pages but rather reload them the next time.
>
> This line should go into the "head" part of the HTML pages (otherwise
> "#+html:" would solve the problem) - how can we accomplish this in
> Org-mode?
>
> Many thanks in advance.
> Warm regards,
>  Stefan

Hi Stefan,

You might be able to stick it in the extra style variable like this

--8<---------------cut here---------------start------------->8---
(setq org-export-html-style-extra
     "<meta HTTP-EQUIV=\"EXPIRES\" CONTENT=\"0\">")
--8<---------------cut here---------------end--------------->8---

HTH,
Bernt

Reply via email to