From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Valid XHTML Date: Sun, 26 Oct 2008 23:12:10 +0100 Message-ID: <4904EB3A.5080604@gmx.de> References: <490B6274.8090507@gmx.de> <4904E4C6.4080404@gmx.de> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kw1Hn-0002y1-0K for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 17:12:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw1Hl-0002xV-Ji for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 17:12:02 -0400 Received: from [199.232.76.173] (port=43315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw1Hl-0002xS-G3 for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 17:12:01 -0400 Received: from mail.gmx.net ([213.165.64.20]:42284) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Kw1Hl-0006dz-Fk for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 17:12:01 -0400 In-Reply-To: <4904E4C6.4080404@gmx.de> 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]" No element in XHTML strict. Would this fix it? I couldn't find somwhere else, so I think this should work. But it might be the wrong place to fix it... diff --git a/lisp/org.el b/lisp/org.el index 00d635b..6b17562 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2264,7 +2264,7 @@ Use customize to modify this, or restart Emacs after changing it." (defcustom org-emphasis-alist `(("*" bold "" "") ("/" italic "" "") - ("_" underline "" "") + ("_" underline "" "") ("=" org-code "" "" verbatim) ("~" org-verbatim "" "" verbatim) ("+" ,(if (featurep 'xemacs) 'org-table '(:strike-through t)) Regards, Sebastian