From 24a400df768f3de9ab160d5ede42877bf4baeba0 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 18 May 2008 07:06:07 +0200 Subject: [PATCH] Fix Norwegian language settings. Patch from Peder Stray --- lisp/org-exp.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index bc59a8071..814515f04 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -88,7 +88,9 @@ This option can also be set with the +OPTIONS line, e.g. \"-:nil\"." ("fr" "Auteur" "Date" "Table des mati\xe8res") ("it" "Autore" "Data" "Indice") ("nl" "Auteur" "Datum" "Inhoudsopgave") - ("nn" "Forfattar" "Dato" "Innhold") ;; nn = Norsk (nynorsk) + ("no" "Forfatter" "Dato" "Innhold") + ("nb" "Forfatter" "Dato" "Innhold") ;; nb = Norsk (bokm.l) + ("nn" "Forfattar" "Dato" "Innhald") ;; nn = Norsk (nynorsk) ("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll")) "Terms used in export text, translated to different languages. Use the variable `org-export-default-language' to set the language, -- 2.11.4.GIT