Re: [O] [PATCH] Only use HTML5 fancy elements in HTML5

2015-08-18 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > Here's another patch with a new function. Applied, thanks. -- Bastien

Re: [O] [PATCH] Only use HTML5 fancy elements in HTML5

2015-08-18 Thread Eric Abrahamsen
Rasmus writes: > Hi, > > Eric Abrahamsen writes: > >> Currently, if the global variable `org-html-html5-fancy' is t, some >> elements of HTML export will use fancy elements even when not exporting >> to HTML5 at all. >> >> Specifically, the TITLE of a document will be wrapped in tags, >> even w

Re: [O] [PATCH] Only use HTML5 fancy elements in HTML5

2015-08-17 Thread Rasmus
Hi, Eric Abrahamsen writes: > Currently, if the global variable `org-html-html5-fancy' is t, some > elements of HTML export will use fancy elements even when not exporting > to HTML5 at all. > > Specifically, the TITLE of a document will be wrapped in tags, > even when exporting to XHTML4. I ra

[O] [PATCH] Only use HTML5 fancy elements in HTML5

2015-08-17 Thread Eric Abrahamsen
Currently, if the global variable `org-html-html5-fancy' is t, some elements of HTML export will use fancy elements even when not exporting to HTML5 at all. Specifically, the TITLE of a document will be wrapped in tags, even when exporting to XHTML4. I ran into this while making some epub files a