From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Valid XHTML Date: Sun, 2 Nov 2008 07:42:20 +0100 Message-ID: References: <490B6274.8090507@gmx.de> <4904E4C6.4080404@gmx.de> <4904EB3A.5080604@gmx.de> 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 1KwWsJ-0005J7-IP for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 01:55:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwWsI-0005Ig-3X for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 01:55:51 -0500 Received: from [199.232.76.173] (port=47201 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwWsH-0005IZ-OF for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 01:55:49 -0500 Received: from nf-out-0910.google.com ([64.233.182.190]:58725) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwWsH-0005Wo-AW for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 01:55:49 -0500 Received: by nf-out-0910.google.com with SMTP id c7so970523nfi.26 for ; Sat, 01 Nov 2008 23:55:49 -0700 (PDT) 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 To: sebastian_rose@gmx.de Cc: "[emacs-orgmode]" Applied, thanks. - Carsten On Oct 26, 2008, at 11:12 PM, 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 "" " span>") > ("=" 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