From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: XHTML has no ... Date: Fri, 19 Dec 2008 07:22:03 +0100 Message-ID: <0AED3360-541A-4C7E-A502-374A27222C2A@uva.nl> References: <87vdth2bgs.fsf@kassiopeya.MSHEIMNETZ> 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 1LDYkT-0006OT-AJ for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 01:22:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDYkR-0006OH-Kx for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 01:22:07 -0500 Received: from [199.232.76.173] (port=53518 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDYkR-0006OE-Ch for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 01:22:07 -0500 Received: from nf-out-0910.google.com ([64.233.182.188]:38143) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDYkQ-0006oA-Oj for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 01:22:07 -0500 Received: by nf-out-0910.google.com with SMTP id c7so122485nfi.26 for ; Thu, 18 Dec 2008 22:22:06 -0800 (PST) In-Reply-To: <87vdth2bgs.fsf@kassiopeya.MSHEIMNETZ> 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 Org-Mode On Dec 19, 2008, at 2:35 AM, Sebastian Rose wrote: > 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: > > ... If I look at http://www.w3schools.com/tags/tag_a.asp it seems that the a tag has a name, but no id......???? > - `Element pre is not declared in p list of possible children' > means no `
' allowed inside a `

' element (close-par- > maybe ??) I believe for this I would need an example org and html file, and the line number of the problem. > * 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 Will this be accespted by older browsers? Thanks! - Carsten > > > 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 > _______________________________________________ > 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