From mboxrd@z Thu Jan 1 00:00:00 1970 From: dchechin92@gmail.com Subject: Re: S5 HTML export - org9.1.1 Date: Sat, 07 Oct 2017 17:45:15 +0200 Message-ID: <87shev6jxw.fsf@pclin.dcthindom.org> References: <87376v81pn.fsf@pclin.dcthindom.org> <87fuavoufs.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0rIA-0001jX-R2 for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:45:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0rI7-0004du-K6 for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:45:30 -0400 Received: from [195.159.176.226] (port=37572 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0rI7-0004cr-CA for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 11:45:27 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e0rHu-0006gk-Gi for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 17:45:14 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello, I have evaluated the following function found in ox-html.el and indeed the S5 html works when this function is defined. (defun org-html-end-plain-list (type) "Insert the end of the HTML list depending on TYPE." (case type (`ordered "") (`unordered "") (`descriptive ""))) I don't know if this function should appear accordly in ox-S5.el or elsewhere. As I don't use development environment I don't know how a patch has to be submitted. Anyway thank for your help. Hope it can be useful for the person who knows how to implement it and where. Regards