emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Carsten Dominik
Subject: Re: [Orgmode] Org-mode version 6.30 (release_6.30.dirty); <col /> must be an empty tag
Date: Tue, 1 Sep 2009 19:28:34 +0200

WOW!  The first bug report with the new function!!! :-)

Applied, thanks.

- Carsten

On Sep 1, 2009, at 4:42 PM, Sebastian Rose wrote:


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)
_______________________________________________
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]