From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?=C5=81ukasz?= Stelmach Subject: [PATCH] there is no ś in HTML Date: Mon, 04 Oct 2010 18:51:26 +0200 Message-ID: <87r5g5sxyp.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=58359 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2oGK-0001sY-8F for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 12:51:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2oGI-0003lJ-Sw for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 12:51:40 -0400 Received: from lo.gmane.org ([80.91.229.12]:48453) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2oGI-0003kn-N5 for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 12:51:38 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P2oGG-00045d-RN for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 18:51:36 +0200 Received: from dasa3.iem.pw.edu.pl ([194.29.147.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 18:51:36 +0200 Received: from lukasz.stelmach by dasa3.iem.pw.edu.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Oct 2010 18:51:36 +0200 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: emacs-orgmode@gnu.org Hello. There is no such named entity as ś. If you want to be 7bit clean then use ś (or decimal ś). --8<---------------cut here---------------start------------->8--- diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 28157a8..f75cfb4 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -181,7 +181,7 @@ This option can also be set with the +OPTIONS line, e.g. \"-:nil\"." ("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") + ("pl" "Autor" "Data" "Spis treści" "Przypis") ("sv" "Författare" "Datum" "Innehåll" "Fotnoter")) "Terms used in export text, translated to different languages. Use the variable `org-export-default-language' to set the language, --8<---------------cut here---------------end--------------->8--- -- Miłego dnia, Łukasz Stelmach