From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode version 6.30 (release_6.30.dirty); must be an empty tag Date: Tue, 1 Sep 2009 19:28:34 +0200 Message-ID: <3899C1E1-7281-4651-90B6-26C3FE5C4F9A@gmail.com> References: <87zl9esp41.fsf@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiX9w-00029M-RY for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 13:28:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiX9s-000298-DW for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 13:28:44 -0400 Received: from [199.232.76.173] (port=56640 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiX9s-000295-9u for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 13:28:40 -0400 Received: from mail-bw0-f222.google.com ([209.85.218.222]:63590) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MiX9r-0000zM-UL for emacs-orgmode@gnu.org; Tue, 01 Sep 2009 13:28:40 -0400 Received: by bwz22 with SMTP id 22so178004bwz.42 for ; Tue, 01 Sep 2009 10:28:39 -0700 (PDT) In-Reply-To: <87zl9esp41.fsf@gmx.de> 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: Sebastian Rose Cc: emacs-orgmode@gnu.org 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 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%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) > _______________________________________________ > 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