From 636330422eef59f448a60b933be9a55818888af9 Mon Sep 17 00:00:00 2001 From: TEC Date: Mon, 1 Feb 2021 03:01:12 +0800 Subject: [PATCH] manual, news: Document org-html-meta-tags * docs/org-manual.org, etc/ORG-NEWS: Document and announce the new setting `org-html-meta-tags'. --- doc/org-manual.org | 3 +++ etc/ORG-NEWS | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/doc/org-manual.org b/doc/org-manual.org index 20a0d1d7a..a82b0f9a4 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -12624,6 +12624,9 @@ settings described in [[*Export Settings]]. multiple =DESCRIPTION= lines. The exporter takes care of wrapping the lines properly. + The exporter includes a number of other meta tags, which can be customised + by modifying ~org-html-meta-tags~. + - =HTML_DOCTYPE= :: #+cindex: @samp{HTML_DOCTYPE}, keyword diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index ba769224f..a2f1667b2 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -81,6 +81,13 @@ block. ~org-babel-latex-preamble~, ~org-babel-latex-begin-env~ and the user to specify the preamble and code that preceedes and proceeds the contents of the source block. +*** New option ~org-html-meta-tags~ allows for HTML meta tags customisation + +New variable ~org-html-meta-tags~ makes it possible to customise the +== tags used in an HTML export. Accepts either a static list of +values, or a function that generates such a list (see +~org-html-meta-tags-default~ as an example of the latter). + ** New features *** =ob-python= improvements to =:return= header argument -- 2.30.0