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

2009-09-01 Thread Sebastian Rose

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 %scol align=\%s\/col%s
+	   (format %scol align=\%s\ /%s
 		   (if (memq gr '(:start :startend))
 			   (prog1
 			   (if colgropen /colgroup\ncolgroup 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


Re: [Orgmode] Org-mode version 6.30 (release_6.30.dirty); col / must be an empty tag

2009-09-01 Thread Carsten Dominik

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 %scol align=\%s\/col%s
+  (format %scol align=\%s\ /%s
   (if (memq gr '(:start :startend))
   (prog1
   (if colgropen /colgroup\ncolgroup 
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




___
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