From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Org-mode version 6.30 (release_6.30.dirty); must be an empty tag Date: Tue, 01 Sep 2009 16:42:38 +0200 Message-ID: <87zl9esp41.fsf@gmx.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiUZL-0004z8-06 for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:42:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiUZF-0004yn-H5 for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:42:45 -0400 Received: from [199.232.76.173] (port=36696 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiUZF-0004yk-DK for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:42:41 -0400 Received: from mail.gmx.net ([213.165.64.20]:60971) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MiUZE-0001UX-PB for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 10:42:41 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= 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 in XHTML. This patch fixes it: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=colgroup-is-an-empty-tag.patch 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%s" + (format "%s%s" (if (memq gr '(:start :startend)) (prog1 (if colgropen "\n" "") --=-=-= 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) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--