From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Valid XHTML Date: Mon, 27 Oct 2008 02:25:18 +0100 Message-ID: <4905187E.3020600@gmx.de> References: <490B6274.8090507@gmx.de> <4904E4C6.4080404@gmx.de> <4904EB3A.5080604@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 1Kw4Ie-00087i-OR for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 20:25:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kw4Id-00087J-5q for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 20:25:08 -0400 Received: from [199.232.76.173] (port=41394 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kw4Ic-00087A-Pw for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 20:25:06 -0400 Received: from mail.gmx.net ([213.165.64.20]:58394) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Kw4Id-0004Rq-27 for emacs-orgmode@gnu.org; Fri, 31 Oct 2008 20:25:07 -0400 In-Reply-To: <4904EB3A.5080604@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 Cc: "[emacs-orgmode]" OK, works here for XHTML and LaTeX. Regards, Sebastian Sebastian Rose wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >