From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Valid XHTML Date: Sun, 2 Nov 2008 07:43:43 +0100 Message-ID: <616D39D1-4C47-4A6E-91ED-9A9138B07795@uva.nl> References: <490B6274.8090507@gmx.de> <4904E4C6.4080404@gmx.de> <49051D27.3010905@gmx.de> Mime-Version: 1.0 (Apple Message framework v929.2) 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 1KwWsN-0005MO-VU for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 01:55:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KwWsM-0005L4-70 for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 01:55:55 -0500 Received: from [199.232.76.173] (port=47204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KwWsM-0005Kt-2e for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 01:55:54 -0500 Received: from nf-out-0910.google.com ([64.233.182.190]:58725) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KwWsL-0005Wo-Kh for emacs-orgmode@gnu.org; Sun, 02 Nov 2008 01:55:53 -0500 Received: by nf-out-0910.google.com with SMTP id c7so970523nfi.26 for ; Sat, 01 Nov 2008 23:55:53 -0700 (PDT) In-Reply-To: <49051D27.3010905@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@gmx.de Cc: "[emacs-orgmode]" Applied, thanks. - Carsten On Oct 27, 2008, at 2:45 AM, Sebastian Rose wrote: > The appended patch fixes the parsing-error for the index-file. > > > > sh> xmllint --dtdvalid http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd > sitemap.html > > no erros > diff --git a/lisp/org-publish.el b/lisp/org-publish.el > index c46aedb..58df822 100644 > --- a/lisp/org-publish.el > +++ b/lisp/org-publish.el > @@ -626,7 +626,7 @@ Default for INDEX-FILENAME is 'index.org'." > (if index-buffer > (kill-buffer index-buffer)) > (with-temp-buffer > - (insert (concat index-title "\n\n")) > + (insert (concat "* " index-title "\n\n")) > (while (setq file (pop files)) > (let ((fn (file-name-nondirectory file)) > (link (file-relative-name file dir)) > _______________________________________________ > 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