From 5344dab8ebf29ff96dd9e0d1411e11b44e2ccccf Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 22 Nov 2020 12:50:08 +0100 Subject: Org reader: parse `#+LANGUAGE` into `lang` metadata field Fixes: #6845 --- doc/org.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/org.md b/doc/org.md index c9f37b166..522ccc23c 100644 --- a/doc/org.md +++ b/doc/org.md @@ -22,7 +22,8 @@ The following export keywords are supported: - EMAIL: author email address; passed as plain-text metadata field `email`, but not used by any default templates. -- LANGUAGE: currently unsupported; use `#+LANG:` instead. +- LANGUAGE: document language; included as plain-text metadata + field `lang`. The value should be a [BCP47 language tag]. - SELECT_TAGS: tags which select a tree for export. Currently *unsupported*. @@ -36,6 +37,8 @@ The following export keywords are supported: defaults to stdout unless a target has to be given as a command line option. +[BCP47 language tag]: https://tools.ietf.org/html/bcp47 + Format-specific options ----------------------- -- cgit v1.2.3