From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: XHTML has no ... Date: Fri, 19 Dec 2008 12:48:21 +0100 Message-ID: <16A8C8B7-3897-4C7E-AFC3-E7BBE8295FC4@uva.nl> References: <87vdth2bgs.fsf@kassiopeya.MSHEIMNETZ> <0AED3360-541A-4C7E-A502-374A27222C2A@uva.nl> <874p1077zd.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDdqJ-00023S-6S for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 06:48:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDdqG-00023G-Nw for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 06:48:30 -0500 Received: from [199.232.76.173] (port=35487 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDdqG-00023D-Ii for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 06:48:28 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]:34730) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDdqG-0006EG-2o for emacs-orgmode@gnu.org; Fri, 19 Dec 2008 06:48:28 -0500 Received: by ug-out-1314.google.com with SMTP id 36so629210uga.17 for ; Fri, 19 Dec 2008 03:48:25 -0800 (PST) In-Reply-To: <874p1077zd.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 11:52 AM, Sebastian Rose wrote: > Hi Carsten, > > >>> * XHTML has no... >>> >>> - ... attribut `name' in `>> Right now we have: >>> >>> ... >>> >>> 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......???? > > The id mentioned below under the headline `Standard Attributes'. > > But, yes, you're right. The `name' attribute is deprecated but still > completely legal, as the DTD used for publishing > (http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd) reveals: Well, I *can* take it out if it is better like this. I guess you are =20= saying I should... > > > > > > > > > > %attrs; > %focus; > charset %Charset; #IMPLIED > type %ContentType; #IMPLIED > name NMTOKEN #IMPLIED > href %URI; #IMPLIED > hreflang %LanguageCode; #IMPLIED > rel %LinkTypes; #IMPLIED > rev %LinkTypes; #IMPLIED > shape %Shape; "rect" > coords %Coords; #IMPLIED >> > > Well, I'll try to recall this when I see this error the next time. > > > > >>> - `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 > > =3D> --->8----------------------------->8-----------------------------=20= > >8--- > 1: * Abbreviate Links > 2: > 3. It is possible to define link abbreviations for Org. Just fill =20= > the variable > 4: =3Dorg-link-abbrev-list=3D this way: > 5: #+BEGIN_SRC emacs-lisp > 6: (setq org-link-abbrev-alist > 7: '(("man" . = "http://localhost/devel/intranet/knowledge/man.php?q=3Dman%20=20 > %s") > 8: ("google" . "http://www.google.de/search?q=3D%s") > 9: ("wikipedia-de" . "http://de.wikipedia.org/wiki/%s") > 10: ("wikipedia-en" . "http://en.wikipedia.org/wiki/%s"))) > 11: #+END_SRC > 12: Das =3D%s=3D ist optional, aber praktisch. Es wird durch einen = =20 > ebenfalls > 13: optionalen '/TAG/' ersetzt. Hier ein Beispiel f=FCr die =20 > Benutzung: > > <=3D =20 > ---8<-----------------------------8<-----------------------------8<--- > > Filling in empty lines at line 12 and 5 fixes it. Problem are empty > lines here. Fixed, thanks. > > > > >>> 3D"ditaa-all-examples.png" >>> >>> should be >>> >>> 3D"ditaa-all-examples.png" >> >> Will this be accespted by older browsers? > > Yes, this is the common way to display images and was in Org-mode. The > slash is missing in (new ?) function org-export-html-format-image =20 > only. Fixes as well, thanks. - Carsten