From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Languages again Date: Mon, 10 Nov 2008 11:23:06 +0100 Message-ID: <2AF10E75-89F8-49A9-BD07-F50E394C401F@gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzTvP-0002WL-3S for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 05:23:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzTvN-0002Ui-5o for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 05:23:14 -0500 Received: from [199.232.76.173] (port=60823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzTvN-0002UZ-1J for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 05:23:13 -0500 Received: from ug-out-1314.google.com ([66.249.92.170]:9490) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzTvM-0008Dw-Ll for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 05:23:13 -0500 Received: by ug-out-1314.google.com with SMTP id 36so404386uga.17 for ; Mon, 10 Nov 2008 02:23:11 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode Org-Mode 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"))