emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Org-mode version 6.30 (release_6.30.dirty); <col /> must be an


From: Sebastian Rose
Subject: [Orgmode] Org-mode version 6.30 (release_6.30.dirty); <col /> must be an empty tag
Date: Tue, 01 Sep 2009 16:42:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know hoe to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

There is no </col> in XHTML. This patch fixes it:

diff --git a/lisp/org-html.el b/lisp/org-html.el
index 197e186..0968776 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -1642,7 +1642,7 @@ lang=\"%s\" xml:lang=\"%s\">
       (push (mapconcat
             (lambda (x)
               (setq gr (pop org-table-colgroup-info))
-              (format "%s<col align=\"%s\"></col>%s"
+              (format "%s<col align=\"%s\" />%s"
                       (if (memq gr '(:start :startend))
                           (prog1
                               (if colgropen "</colgroup>\n<colgroup>" 
"<colgroup>")




Best wishes

  Sebastian


Emacs  : GNU Emacs 23.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.16.1)
 of 2009-08-18 on beteigeuze
Package: Org-mode version 6.30 (release_6.30.dirty)

reply via email to

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