emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* html export: specifying meta tags
@ 2010-02-04 13:14 Ilya Shlyakhter
  2010-03-20 15:15 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Shlyakhter @ 2010-02-04 13:14 UTC (permalink / raw)
  To: emacs-orgmode

Is there a way to specify code to be inserted as meta tags in the
<head>...</head> section of the exported HTML document?
E.g. I'd like to insert the lines
<META HTTP-EQUIV="Expires" CONTENT="Thu, 1 June 2000 23:59:00 GMT">
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
to force a frequently-updated document to be reloaded every time,
rather than being cached by the browser.

If there isn't a way to do that I'd like to propose this as a feature.

Thanks,

ilya

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: html export: specifying meta tags
  2010-02-04 13:14 html export: specifying meta tags Ilya Shlyakhter
@ 2010-03-20 15:15 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-03-20 15:15 UTC (permalink / raw)
  To: Ilya Shlyakhter; +Cc: emacs-orgmode

Hi Ilya,

the various style variables get inserted into the head section.

I believe that

#+STYLE: <META HTTP-EQUIV="pragma" CONTENT="no-cache">

should do the trick.

HTH, and sorry that this took soooo long.

- Carsten


On Feb 4, 2010, at 2:14 PM, Ilya Shlyakhter wrote:

> Is there a way to specify code to be inserted as meta tags in the
> <head>...</head> section of the exported HTML document?
> E.g. I'd like to insert the lines
> <META HTTP-EQUIV="Expires" CONTENT="Thu, 1 June 2000 23:59:00 GMT">
> <META HTTP-EQUIV="pragma" CONTENT="no-cache">
> to force a frequently-updated document to be reloaded every time,
> rather than being cached by the browser.
>
> If there isn't a way to do that I'd like to propose this as a feature.
>
> Thanks,
>
> ilya
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-20 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-04 13:14 html export: specifying meta tags Ilya Shlyakhter
2010-03-20 15:15 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).