emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode version 6.30 (release_6.30.dirty); <col /> must be an empty tag
@ 2009-09-01 14:42 Sebastian Rose
  2009-09-01 17:28 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Rose @ 2009-09-01 14:42 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]


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:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: colgroup-is-an-empty-tag.patch --]
[-- Type: text/x-diff, Size: 483 bytes --]

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>")

[-- Attachment #3: Type: text/plain, Size: 187 bytes --]






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)

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Org-mode version 6.30 (release_6.30.dirty); <col /> must be an empty tag
  2009-09-01 14:42 Org-mode version 6.30 (release_6.30.dirty); <col /> must be an empty tag Sebastian Rose
@ 2009-09-01 17:28 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-09-01 17:28 UTC (permalink / raw)
  To: Sebastian Rose; +Cc: emacs-orgmode

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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-01 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-01 14:42 Org-mode version 6.30 (release_6.30.dirty); <col /> must be an empty tag Sebastian Rose
2009-09-01 17:28 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).