emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Languages again


From: Carsten Dominik
Subject: [Orgmode] Languages again
Date: Mon, 10 Nov 2008 11:23:06 +0100

Dear foreign friends,

Since the coding system issues in Emacs drive me mad, I have decided to switch to HTML entities for writing foreign characters in the few special words we need.

Could all of you please check and double-check that I have used the correct html entities to get the characters correct for your language?

Thanks.

- Carsten



(defcustom org-export-language-setup
  '(("en"  "Author"     "Date"  "Table of Contents" "Footnotes")
    ("cs"  "Autor"      "Datum" "Obsah" "Pozn\xe1mky pod carou")
    ("da"  "Ophavsmand" "Dato"  "Indhold" "Fodnoter")
    ("de"  "Autor"      "Datum" "Inhaltsverzeichnis" "Fußnoten")
("es" "Autor" "Fecha" "Índice" "Pies de página") ("fr" "Auteur" "Date" "Table des matières" "Notes de bas de page") ("hu" "Szerzõ" "Dátum" "Tartalomjegyzék" "Lábjegyzet")
    ("it"  "Autore"     "Data"  "Indice" "Note a piè di pagina")
    ("nl"  "Auteur"     "Datum" "Inhoudsopgave" "Voetnoten")
    ("no"  "Forfatter"  "Dato"  "Innhold" "Fotnoter")
("nb" "Forfatter" "Dato" "Innhold" "Fotnoter") ;; nb = Norsk (bokm.l) ("nn" "Forfattar" "Dato" "Innhald" "Fotnotar") ;; nn = Norsk (nynorsk)
    ("pl"  "Autor"      "Data" "Spis treści"  "Przypis")
    ("sv"  "Førfattare" "Datum" "Innehåll" "Fotnoter"))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]