From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Add \EUR to `org-html-entities' Date: Wed, 02 Dec 2009 08:38:34 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFjnr-00014q-F1 for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:39:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFjnj-00011y-FR for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:39:07 -0500 Received: from [199.232.76.173] (port=58461 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFjnj-00011m-7z for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:39:03 -0500 Received: from lo.gmane.org ([80.91.229.12]:34457) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFjni-00061J-8q for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 02:39:02 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NFjnf-0002E6-FL for emacs-orgmode@gnu.org; Wed, 02 Dec 2009 08:38:59 +0100 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Dec 2009 08:38:59 +0100 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Dec 2009 08:38:59 +0100 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 Hi, is there anything that speaks against adding --8<--------------------------snip-------------------------->8--- ("EUR" . "€") --8<--------------------------snap-------------------------->8--- to `org-html-entities'? \EUR{} is provided by the Marvosym package and € a valid (X)HTML representation of the euro sign. Maybe ever better would be to add --8<--------------------------snip-------------------------->8--- ("EURdig" . "€") ("EURhv" . "€") ("EURcr" . "€") ("EURtm" . "€") --8<--------------------------snap-------------------------->8--- too. Ulf