emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Valid XHTML


From: Sebastian Rose
Subject: Re: [Orgmode] Valid XHTML
Date: Mon, 27 Oct 2008 02:25:18 +0100
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

OK, works here for XHTML and LaTeX.


 Regards,

   Sebastian


Sebastian Rose wrote:
No <u> element in XHTML strict.


Would this fix it? I couldn't find <u> 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 "<b>" "</b>")
     ("/" italic "<i>" "</i>")
-    ("_" underline "<u>" "</u>")
+ ("_" underline "<span style=\"text-decoration:underline;\">" "</span>")
     ("=" org-code "<code>" "</code>" verbatim)
     ("~" org-verbatim "<code>" "</code>" 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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






reply via email to

[Prev in Thread] Current Thread [Next in Thread]