From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: XHTML has no ... Date: Fri, 19 Dec 2008 02:35:47 +0100 Message-ID: <87vdth2bgs.fsf@kassiopeya.MSHEIMNETZ> 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 1LDUEe-0004GR-I0 for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 20:33:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDUEd-0004ES-67 for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 20:33:00 -0500 Received: from [199.232.76.173] (port=36277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDUEc-0004EP-R4 for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 20:32:58 -0500 Received: from mail.gmx.net ([213.165.64.20]:38457) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LDUEc-0007zN-9G for emacs-orgmode@gnu.org; Thu, 18 Dec 2008 20:32:58 -0500 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 Org-Mode --=-=-= Hi, found some errors in publishing. I find them once in a while when rescanning my exported XHTML-files for my little search engine here: http://github.com/SebastianRose/org-search.php/tree/master * XHTML has no... - ... attribut `name' in `... Should be: ... - `Element pre is not declared in p list of possible children' means no `
' allowed inside a `

' element (close-par-maybe ??) * Opening and ending tag mismatch: p line 1837 and div in /home/sebastian/develop/htdocs/org-notes/Emacs/org-mode.html, line: 1838 ditaa-all-examples.png should be ditaa-all-examples.png --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=org-exp.el-images.patch Content-Description: Add missing slash to img-tags diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 32a917f..9b4bb70 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -3716,7 +3716,7 @@ lang=\"%s\" xml:lang=\"%s\"> (attr (org-find-text-property-in-string 'org-attributes src)) (label (org-find-text-property-in-string 'org-label src))) (format "

-

%s +

%s
" (if label (format "id=\"%s\" " label) "") src --=-=-= Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de --=-=-= 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 --=-=-=--